George Karlos

Results 1 issues of George Karlos

I have some code like this: ```cpp enum ID { Opt_Invalid = 0, #define OPTION(id, ...) Opt_##id, #include "path/to/Options.inc" Opt_None #undef OPTION } ``` and `Options.inc` looks like this: ```cpp...

bug
C/C++
solved in the mean time