Merge pull request #79 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

View File

@ -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); \
} \ } \