mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 11:05:05 +02:00
This commit is contained in:
@@ -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); \
|
||||||
} \
|
} \
|
||||||
|
Reference in New Issue
Block a user