Displaying 1 result from an estimated 1 matches for "__std_constant_macros".
Did you mean:
__stdc_constant_macros
2010 Jul 03
1
[LLVMdev] DataTypes.h for Visual C
Testing for __STDC_CONSTANT_MACROS
has the advantage that you are forced to define __STDC_CONSTANT_MACROS
on win32. If you then switch to another platform the project still compiles.
-Jochen