Files
msgpack-msgpack-c/include/msgpack/v1
Takatoshi Kondo 34f8fd65bb Fixed #1070.
- msgpack::type::variant behaves as MessagePack format.
  e.g.)
  12.34  => double
  12.0   => uint64_t
  -12.34 => double
  -12.0  => int64_t
- msgpack::type::variant::as_double() can be used even if interval type is
  int64_t and/or uint64_t.
- msgpack::type::variant::as_*() don't return non const reference
  internal value.
- fix coding style
2023-05-14 10:12:21 +09:00
..
2023-05-14 10:12:21 +09:00
2022-08-19 09:34:07 +09:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2020-06-05 18:12:03 +08:00
2020-06-05 18:12:03 +08:00
2021-11-09 07:23:52 -06:00
2020-06-05 18:12:03 +08:00
2023-05-14 10:12:21 +09:00
2017-01-05 21:24:25 +09:00
2022-03-23 15:29:12 +08:00
2020-06-05 18:12:03 +08:00
2020-06-05 18:12:03 +08:00
2021-07-01 18:17:20 +03:00