define struct stream ops to nothing

This commit is contained in:
jacekpoz 2024-04-18 20:45:04 +02:00
parent 1d506e50e9
commit d77de45c84
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -148,6 +148,8 @@ inline void toLower(std::string &str) {
value << ss;\ value << ss;\
) )
#define STRUCT_STREAM_OPS(name, ...)
#define STRUCT(name, ...) #define STRUCT(name, ...)
#define VAR_STRUCT(section, name, struct_type) \ #define VAR_STRUCT(section, name, struct_type) \
VAR_GENERIC(section, name,\ VAR_GENERIC(section, name,\