Files
msgpack-msgpack-c/include/msgpack
Jakob Petsovits 9725bac5c4 Use std::move (C++11) in map and set adaptors where possible.
In the std::map adaptor, remove the complicated iterator/insert
code and go with the cpp11/unordered_map.hpp approach instead.
Makes the code more consistent, avoids an extra copy, and the
previous complexity was unnecessary since std::map only maps to
a single element per key, unlike std::multimap.
2015-05-12 23:51:33 -04:00
..
2015-03-04 22:44:11 +09:00
2014-07-07 16:31:29 +09:00
2015-01-16 00:20:43 +09:00
2014-07-07 16:31:29 +09:00
2014-09-08 12:11:38 -03:00
2015-04-09 14:46:06 +09:00
2015-02-19 17:44:42 +09:00
2014-11-02 20:16:20 +09:00
2014-09-02 18:15:58 +09:00
2014-11-02 20:16:20 +09:00
2014-07-12 00:17:31 +09:00
2014-07-12 00:17:31 +09:00