We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d00f58 commit e928d42Copy full SHA for e928d42
roottest/root/meta/genreflex/ROOT-5768/PyCool.h
@@ -39,10 +39,10 @@
39
// (the problem occurs within asserts, hence disable all asserts!)
40
// See http://www.gccxml.org/Bug/bug.php?op=show&bugid=895
41
// See also SealBase/DebugAids.h:83 (NDEBUG is defined as 1 else problems)
42
-#ifdef _WIN32
43
-#define NDEBUG 1
44
-#include <assert.h>
45
-#endif
+//#ifdef _WIN32
+//#define NDEBUG 1
+//#include <assert.h>
+//#endif
46
47
// Disable compilation warning C4345 ('behavior change: an object of POD type
48
// constructed with an initializer of the form () will be default-initialized')
0 commit comments