Hacker News new | ask | show | jobs
by dzogchen 877 days ago
'Sane' C++ is apparently still using macros all over the place. :) Not really to be taken seriously.
1 comments

The majority of the macros are SC_PLATFORM_XXXX to inject platform specific code here and there. There are macros in the Reflection library but you have the option not to use them.

What macros are bothering you the most?