1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-04-27 02:16:18 +02:00

Merge pull request from redboltz/add_inline

Fixed https://github.com/msgpack/msgpack-c/issues/77
This commit is contained in:
Nobuyuki Kubota 2014-03-31 17:36:06 +09:00
commit 731bc643d0

@ -46,7 +46,7 @@
return v; \
} \
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); \
} \