mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
This commit is contained in:
parent
126e4d8414
commit
22703d2cdb
@ -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