mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 15:34:08 +02:00
Replaced const msgpack::object with const msgpack::object&.
This commit is contained in:
parent
432c9cc542
commit
e979f04d75
@ -368,7 +368,7 @@ inline bool operator!=(const msgpack::object& x, const msgpack::object& y)
|
|||||||
{ return !(x == y); }
|
{ return !(x == y); }
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
inline bool operator==(const T& y, const msgpack::object x)
|
inline bool operator==(const T& y, const msgpack::object& x)
|
||||||
{ return x == y; }
|
{ return x == y; }
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user