Re-enabled tracing code in debug mode.
This commit is contained in:
parent
08855980fa
commit
d268bb46c0
1 changed files with 1 additions and 1 deletions
2
trace.h
2
trace.h
|
|
@ -52,7 +52,7 @@ bool trace_dtor(void * ptr, const char * cls_name, std::size_t cls_size);
|
||||||
|
|
||||||
void report_memory(std::ostream& out);
|
void report_memory(std::ostream& out);
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
#ifndef TRACE_CTOR
|
#ifndef TRACE_CTOR
|
||||||
#define TRACE_CTOR(cls, args) \
|
#define TRACE_CTOR(cls, args) \
|
||||||
CONFIRM(ledger::trace_ctor(this, #cls, args, sizeof(cls)))
|
CONFIRM(ledger::trace_ctor(this, #cls, args, sizeof(cls)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue