| ▲ | lifthrasiir 7 hours ago | |
Ask and you'll get: https://c.godbolt.org/z/rKsWT5E9T It seems that MSVC doesn't like those macros, though. | ||
| ▲ | david2ndaccount 6 hours ago | parent [-] | |
Works with MSVC if you add /Zc:preprocessor (to get a standard compliant preprocessor instead of the legacy one). | ||