Takatoshi Kondo
|
17267ed475
|
Added -Wconversion support for C++.
|
2019-03-25 19:48:39 +09:00 |
|
Takatoshi Kondo
|
f1726cef0d
|
Updated travis-ci environment.
|
2018-08-12 18:31:44 +09:00 |
|
Takatoshi Kondo
|
8a788f3a48
|
Added C++17 std::byte support.
`std::byte` is mapped to
https://github.com/msgpack/msgpack/blob/master/spec.md#int-format-family.
`std::vector<std::byte>` and `std::byte[]` are mapped to https://github.com/msgpack/msgpack/blob/master/spec.md#bin-format-family.
|
2018-08-12 16:23:39 +09:00 |
|
Takatoshi Kondo
|
a502097fd0
|
Solved #597.
Added `std::optional` and `std::string_view` adaptors.
|
2017-06-13 18:22:48 +09:00 |
|