mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
Updated: msgpack::unpacked is the typedef of the msgpack::object_handle now.
See the following discussion: https://github.com/msgpack/msgpack-c/pull/288
This commit is contained in:
@@ -309,8 +309,6 @@ TEST(unpack, convert_to_object_handle_direct)
|
||||
|
||||
}
|
||||
|
||||
#if !defined(MSGPACK_USE_CPP03)
|
||||
|
||||
TEST(unpack, convert_to_object_handle_direct_implicit)
|
||||
{
|
||||
msgpack::sbuffer sbuf;
|
||||
@@ -319,4 +317,3 @@ TEST(unpack, convert_to_object_handle_direct_implicit)
|
||||
EXPECT_EQ(1, oh.get().as<int>());
|
||||
|
||||
}
|
||||
#endif // !defined(MSGPACK_USE_CPP03)
|
||||
|
Reference in New Issue
Block a user