j
k
j a
j l
Adam Martinson amartinson@codeweavers.com writes:
+#define _create(cls) cls, #cls +#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)
+#define _create(cls) cls, #cls
+#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)
You can't do that, varargs macros are not portable.
Back to the thread
Back to the list