We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7b9c commit c61446bCopy full SHA for c61446b
include/msgpack/sbuffer.hpp
@@ -72,6 +72,8 @@ class sbuffer {
72
73
other.m_size = other.m_alloc = 0;
74
other.m_data = nullptr;
75
+
76
+ return *this;
77
}
78
#endif // !defined(MSGPACK_USE_CPP03)
79
0 commit comments