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:
Takatoshi Kondo
2015-05-31 20:40:05 +09:00
parent f75da23e1d
commit de721af166
3 changed files with 6 additions and 77 deletions

View File

@@ -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)