mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 07:25:55 +02:00
Added inline keyword.
This commit is contained in:
parent
c41154989a
commit
4d2a9c23af
@ -202,7 +202,7 @@ inline packer<Stream>& operator<< (packer<Stream>& o, const T& v)
|
||||
|
||||
// deconvert operator
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user