mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
Merge pull request #79 from redboltz/add_inline
Fixed https://github.com/msgpack/msgpack-c/issues/77
This commit is contained in:
commit
731bc643d0
@ -46,7 +46,7 @@
|
|||||||
return v; \
|
return v; \
|
||||||
} \
|
} \
|
||||||
template <> \
|
template <> \
|
||||||
void operator<< (object::with_zone& o, const enum& v) \
|
inline void operator<< (object::with_zone& o, const enum& v) \
|
||||||
{ \
|
{ \
|
||||||
o << static_cast<int>(v); \
|
o << static_cast<int>(v); \
|
||||||
} \
|
} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user