Takatoshi Kondo 2014-03-30 18:42:15 +00:00
parent 126e4d8414
commit 22703d2cdb

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