mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 07:23:45 +02:00
Add inline for ODR compliance.
This commit is contained in:
@@ -468,7 +468,7 @@ packer<Stream>& operator<< (packer<Stream>& o, const object& v)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& operator<< (std::ostream& s, const object& o)
|
inline std::ostream& operator<< (std::ostream& s, const object& o)
|
||||||
{
|
{
|
||||||
switch(o.type) {
|
switch(o.type) {
|
||||||
case type::NIL:
|
case type::NIL:
|
||||||
|
Reference in New Issue
Block a user