From d268bb46c09195230307b0cd771eea99b90bf5ec Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 04:42:50 +0000 Subject: Re-enabled tracing code in debug mode. --- trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace.h b/trace.h index e191e968..2ba8b59c 100644 --- a/trace.h +++ b/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); -#if 0 +#if 1 #ifndef TRACE_CTOR #define TRACE_CTOR(cls, args) \ CONFIRM(ledger::trace_ctor(this, #cls, args, sizeof(cls))) -- cgit v1.2.3