Added Boost.StringRef support.

This commit is contained in:
Takatoshi Kondo
2015-05-02 10:51:34 +09:00
parent e8e3052d1a
commit 70fbae3c5f
8 changed files with 151 additions and 2 deletions

View File

@@ -37,5 +37,6 @@
#if defined(MSGPACK_USE_BOOST)
#include "adaptor/boost/optional.hpp"
#include "adaptor/boost/string_ref.hpp"
#endif // defined(MSGPACK_USE_BOOST)