Y
Hacker News
new
|
ask
|
show
|
jobs
by
lifthrasiir
220 days ago
Ask and you'll get:
https://c.godbolt.org/z/rKsWT5E9T
It seems that MSVC doesn't like those macros, though.
1 comments
david2ndaccount
220 days ago
Works with MSVC if you add /Zc:preprocessor (to get a standard compliant preprocessor instead of the legacy one).
link