minor issue
This commit is contained in:
parent
1f4416aa0a
commit
29d00653eb
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
FOR_EACH(STRUCT_FIELD_TO_STRING, name, __VA_ARGS__)\
|
FOR_EACH(STRUCT_FIELD_TO_STRING, name, __VA_ARGS__)\
|
||||||
os << "}";\
|
os << "}";\
|
||||||
return os;\
|
return os;\
|
||||||
}\
|
}
|
||||||
|
|
||||||
#define STRUCT_STREAM_OPS(name, ...) \
|
#define STRUCT_STREAM_OPS(name, ...) \
|
||||||
STRUCT_INPUT_STREAM_OP(name, __VA_ARGS__) \
|
STRUCT_INPUT_STREAM_OP(name, __VA_ARGS__) \
|
||||||
|
|
Loading…
Reference in a new issue