Skip to content

Commit 13a746f

Browse files
committed
Added msgpack prefix.
1 parent 081ee0e commit 13a746f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/msgpack/unpack.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class context {
509509
m_stack.push_back(unpack_stack());
510510
}
511511
else {
512-
throw depth_size_overflow("depth size overflow");
512+
throw msgpack::depth_size_overflow("depth size overflow");
513513
}
514514
m_cs = MSGPACK_CS_HEADER;
515515
++m_current;

0 commit comments

Comments
 (0)