GCC 4.6.0 released
Posted Jul 18, 2011 10:03 UTC (Mon) by
runciter (guest, #75370)
In reply to:
GCC 4.6.0 released by etienne
Parent article:
GCC 4.6.0 released
How about:
enum DebugFlags {
DEBUG_INPUT = 0,
DEBUG_SOMETHING_ELSE = 1,
};
It's constant, doesn't use any memory and doesn't use the preprocessor.
(
Log in to post comments)