mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-02 05:46:23 +01:00
Modified zone* to zone&.
This commit is contained in:
@@ -31,7 +31,7 @@ void test_map_pack_unpack() {
|
||||
std::cout << "Start unpacking..." << std::endl;
|
||||
{
|
||||
boost::timer::cpu_timer timer;
|
||||
msgpack::unpack(str.data(), str.size(), NULL, &mempool, deserialized);
|
||||
msgpack::unpack(str.data(), str.size(), NULL, mempool, deserialized);
|
||||
std::string result = timer.format();
|
||||
std::cout << result << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user