Added SENF_NO_DEBUG symbol and removed dependency on NDEBUG
[senf.git] / Utils / pool_alloc_mixin.hh
index c49301d..3af419a 100644 (file)
@@ -84,7 +84,7 @@ namespace senf {
         static void operator delete (void *p, size_t size);
                                         ///< Operator delete utilizing pool allocation
 
-#ifndef NDEBUG
+#ifndef SENF_NO_DEBUG
         static unsigned long allocCounter();
     private:
         static unsigned long allocCounter(long delta);