Re-enabled tracing code in debug mode.

This commit is contained in:
John Wiegley 2007-04-23 04:42:50 +00:00
parent 08855980fa
commit d268bb46c0

View file

@ -52,7 +52,7 @@ bool trace_dtor(void * ptr, const char * cls_name, std::size_t cls_size);
void report_memory(std::ostream& out);
#if 0
#if 1
#ifndef TRACE_CTOR
#define TRACE_CTOR(cls, args) \
CONFIRM(ledger::trace_ctor(this, #cls, args, sizeof(cls)))