Skip to content

Conversation

@Kronuz
Copy link
Contributor

@Kronuz Kronuz commented Oct 28, 2016

Changing the stream to std::hex mode should only affect the current character; otherwise printing some msgpack with a list like this: [123, "string\\u0003", 123] (123 decimal) ends up printing [123, "string\\u0003", 7b], as std::hex is sticky.

Changing the stream to `std::hex` mode should only affect the current character; otherwise printing some msgpack with a list like this: `[123, "string\\u0003", 123]` (123 decimal) ends up printing `[123, "string\\u0003", 7b]`, as `std::hex` is sticky.
Kronuz added a commit to Kronuz/Xapiand that referenced this pull request Oct 28, 2016
@redboltz
Copy link
Contributor

@Kronuz , thank you for sending the PR. I will merge it soon :)

@redboltz redboltz merged commit 2f34d22 into msgpack:master Oct 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants