Added Boost.Preprocessor as a submodule.

Replaced boost/ with msgpack/ and BOOST with MSGPACK in Boost.Preprocessor files.
Renamed existing macron in versioning.hpp to avoid confict with MSGPACK_PP_*.
Removed MSGPACK_USE_BOOST requirement from MSGPACK_DEFINE_MAP.
This commit is contained in:
Takatoshi Kondo
2015-08-11 16:32:24 +09:00
parent 41bff7b96d
commit 4b2b3a18df
278 changed files with 39070 additions and 70 deletions

View File

@@ -350,8 +350,6 @@ TEST(MSGPACK_INHERIT, define_array_virtual)
// define_map
#if defined(MSGPACK_USE_BOOST)
struct dm_top {
int t;
MSGPACK_DEFINE_MAP(t);
@@ -461,5 +459,3 @@ TEST(MSGPACK_MIGRATION, order_number_changed)
EXPECT_EQ(v2.s, "foo"); // from v1
EXPECT_EQ(v2.i, 42); // from v1
}
#endif // defined(MSGPACK_USE_BOOST)