mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Removed obsolete unpack() API.
This commit is contained in:
@@ -504,6 +504,8 @@ TEST(limit, unpack_array_over_off_ref)
|
||||
}
|
||||
|
||||
// obsolete
|
||||
#if MSGPACK_DEFAULT_API_VERSION == 1
|
||||
|
||||
TEST(limit, unpack_array_over_off_ref_pointer)
|
||||
{
|
||||
std::stringstream ss;
|
||||
@@ -528,6 +530,8 @@ TEST(limit, unpack_array_over_off_ref_pointer)
|
||||
}
|
||||
}
|
||||
|
||||
#endif // MSGPACK_DEFAULT_API_VERSION == 1
|
||||
|
||||
TEST(limit, unpacker_array_over)
|
||||
{
|
||||
std::stringstream ss;
|
||||
|
||||
Reference in New Issue
Block a user