Files
msgpack-msgpack-c/test
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
..
2021-07-01 18:17:20 +03:00
2023-05-14 10:12:21 +09:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2014-06-05 20:49:15 +00:00
2021-07-01 18:17:20 +03:00
2014-06-05 20:49:15 +00:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-08-30 21:45:50 +03:00
2016-05-14 22:05:10 +09:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-07-01 18:17:20 +03:00
2021-08-29 13:46:51 +09:00