Hacker News new | ask | show | jobs
by drwu 24 days ago
Complex numbers, for example. Also, C preprocessor expands macros differently on MSVC.
2 comments

Use the new standards-conformant preprocessor with `/Zc:preprocessor`

https://learn.microsoft.com/en-us/cpp/build/reference/zc-pre...

Wasn't aware of preprocessor conformity issues, good to know!