mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02: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