easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

Missing closing } in macro definition, causing the Qt lupdate command to generate a warning. easylogging++.h

Open huermosy opened this issue 6 months ago • 0 comments

easylogging++.h:3125: Parenthesis/brace mismatch between #if and #else branches; using #if branch easylogging++.h:3123: Unbalanced opening parenthesis in C++ code (or abuse of the C++ preprocessor) in

define ELPP_WX_HASH_MAP_ENABLED(ContainerType) MAKE_CONTAINERELPP_FRIENDLY(ContainerType, size(), \

ELPP_LITERAL("(") << elem->first << ELPP_LITERAL(", ") << elem->second << ELPP_LITERAL(")")

huermosy avatar May 21 '25 10:05 huermosy