Can’t use __VA_ARGS__, Error ‘this declaration has no storage class or type specifier’
I wanted to make a macro where I can pass the names of the classes and it will automatically create functions for those classes so they can be exported and dynamically loaded. I’m currently doing this in C++.