Daniil Kovalev
|
388891edad
|
Add support for more binary buffer types
Add support for the following types:
- `std::array<std::byte>`
- `std::span<char>`
- `std::span<unsigned char>`
- `std::span<std::byte>`
|
2021-05-10 16:06:26 +03:00 |
|
Igor Sadchenko
|
9a3cd0c951
|
Fixed many warnings/errors with macro __GNUC__(issue #850)
|
2020-03-26 02:03:25 +03: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 |
|