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 8eadc04 commit a1ca382Copy full SHA for a1ca382
include/msgpack/object.hpp
@@ -183,7 +183,7 @@ template <typename Stream>
183
inline
184
msgpack::packer<Stream>&
185
msgpack::adaptor::pack<T, Enabler>::operator()(msgpack::packer<Stream>& o, T const& v) const {
186
- return detail::packer_serializer<Stream, T>::pack(o, v);
+ return msgpack::detail::packer_serializer<Stream, T>::pack(o, v);
187
}
188
189
template <typename T, typename Enabler>
0 commit comments