mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 11:05:05 +02:00
Added msgpack prefix.
This commit is contained in:
@@ -509,7 +509,7 @@ private:
|
||||
m_stack.push_back(unpack_stack());
|
||||
}
|
||||
else {
|
||||
throw depth_size_overflow("depth size overflow");
|
||||
throw msgpack::depth_size_overflow("depth size overflow");
|
||||
}
|
||||
m_cs = MSGPACK_CS_HEADER;
|
||||
++m_current;
|
||||
|
Reference in New Issue
Block a user