summaryrefslogtreecommitdiff
path: root/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trace.h b/trace.h
index 69909e03..e191e968 100644
--- a/trace.h
+++ b/trace.h
@@ -11,7 +11,7 @@ class timing_t;
extern bool trace_alloc_mode;
extern bool trace_class_mode;
-#if DEBUG_LEVEL >= 4
+#if 0 && DEBUG_LEVEL >= 4 && ! defined(USE_BOOST_PYTHON)
class string;
#else
typedef std::string string;
@@ -64,7 +64,7 @@ void report_memory(std::ostream& out);
#define TRACE_DTOR(cls)
#endif
-#if DEBUG_LEVEL >= 4
+#if 0 && DEBUG_LEVEL >= 4 && ! defined(USE_BOOST_PYTHON)
class string : public std::string
{