Added msgpack prefix.

This commit is contained in:
Takatoshi Kondo
2015-03-10 21:08:22 +09:00
parent 081ee0e99a
commit 13a746f6fa

View File

@@ -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;