mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-18 11:39:02 +02:00
Added inline keyword.
This commit is contained in:
@@ -202,7 +202,7 @@ inline packer<Stream>& operator<< (packer<Stream>& o, const T& v)
|
|||||||
|
|
||||||
// deconvert operator
|
// deconvert operator
|
||||||
template <typename T>
|
template <typename T>
|
||||||
void operator<< (object::with_zone& o, const T& v)
|
inline void operator<< (object::with_zone& o, const T& v)
|
||||||
{
|
{
|
||||||
v.msgpack_object(static_cast<object*>(&o), o.zone);
|
v.msgpack_object(static_cast<object*>(&o), o.zone);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user