Files
msgpack/include
Germán M. Bravo 03b770fdf2 Save the flags of the stream
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.
2016-10-28 15:27:03 -05:00
..
2016-10-28 15:27:03 -05:00
2015-11-21 12:41:46 +09:00
2015-11-21 12:41:46 +09:00