mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 03:03:24 +02: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