mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 06:55:50 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user