remove C part in source code

This commit is contained in:
yuangongji
2020-06-05 17:22:12 +08:00
parent 328be0b445
commit 2f5b137997
44 changed files with 550 additions and 1548 deletions

View File

@@ -18,8 +18,6 @@
#include "config.h"
#endif
#if defined(MSGPACK_USE_BOOST)
TEST(MSGPACK_BOOST, pack_convert_nil)
{
std::stringstream ss;
@@ -187,5 +185,3 @@ TEST(MSGPACK_BOOST, pack_convert_no_def_con)
}
#endif // !defined(MSGPACK_USE_CPP03
#endif // defined(MSGPACK_USE_BOOST)