Added msgpack::type::variant and msgpack::type::variant_ref that is based on boost::variant.

You can convert to those types from any msgpack objects.
This commit is contained in:
Takatoshi Kondo
2015-08-10 00:21:43 +09:00
parent 722143c0de
commit cd9d6c5940
12 changed files with 1397 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#if defined(MSGPACK_USE_BOOST)
#include "adaptor/boost/fusion.hpp"
#include "adaptor/boost/msgpack_variant.hpp"
#include "adaptor/boost/optional.hpp"
#include "adaptor/boost/string_ref.hpp"