mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +02:00
Used the reference version of convert instead of pointer version.
This commit is contained in:
parent
541ece13c0
commit
c41154989a
@ -378,7 +378,7 @@ inline object::operator msgpack_object() const
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
inline void convert(T& v, object const& o)
|
inline void convert(T& v, object const& o)
|
||||||
{
|
{
|
||||||
o.convert(&v);
|
o.convert(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
// obsolete
|
// obsolete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user