-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Implementation
-
None
-
None
-
None
-
None
-
None
-
None
-
None
_DEBUG is a windows thing about whether you are using the debug version of the runtime library.
The correct macro to test is NDEBUG which is part of the C++ standard.