mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Used the reference version of convert instead of pointer version.
This commit is contained in:
@@ -378,7 +378,7 @@ inline object::operator msgpack_object() const
|
||||
template <typename T>
|
||||
inline void convert(T& v, object const& o)
|
||||
{
|
||||
o.convert(&v);
|
||||
o.convert(v);
|
||||
}
|
||||
|
||||
// obsolete
|
||||
|
||||
Reference in New Issue
Block a user