DO_VERIFY() was always true in optimized builds
This commit is contained in:
parent
fcc68a0041
commit
a2b6a81cae
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ void report_memory(std::ostream& out, bool report_all = false);
|
||||||
#else // ! VERIFY_ON
|
#else // ! VERIFY_ON
|
||||||
|
|
||||||
#define VERIFY(x)
|
#define VERIFY(x)
|
||||||
#define DO_VERIFY() true
|
#define DO_VERIFY() false
|
||||||
#define TRACE_CTOR(cls, args)
|
#define TRACE_CTOR(cls, args)
|
||||||
#define TRACE_DTOR(cls)
|
#define TRACE_DTOR(cls)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue