summaryrefslogtreecommitdiff
path: root/trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trace.cc')
-rw-r--r--trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace.cc b/trace.cc
index f8501328..93ecb99d 100644
--- a/trace.cc
+++ b/trace.cc
@@ -165,7 +165,7 @@ void report_memory(std::ostream& out)
}
}
-#if DEBUG_LEVEL >= 4
+#if 0 && DEBUG_LEVEL >= 4 && ! defined(USE_BOOST_PYTHON)
string::string() : std::string() {
TRACE_CTOR(string, "");