comparison RBTree.hpp @ 31:bf3dce7fedcb

Remove all references to QDebug
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 19:14:58 +0200
parents b2c2c2bf2bbd
children fda70a362ed5
comparison
equal deleted inserted replaced
30:1072257d2bab 31:bf3dce7fedcb
3 3
4 #include <boost/optional.hpp> 4 #include <boost/optional.hpp>
5 #include <cmath> 5 #include <cmath>
6 #include "Exception/ValueExistsException.hpp" 6 #include "Exception/ValueExistsException.hpp"
7 7
8 #include <QtCore/QDebug> 8
9 9
10 #define CONSISTENCY_CHECKING 1 10 #define CONSISTENCY_CHECKING 1
11 11
12 #if CONSISTENCY_CHECKING 12 #if CONSISTENCY_CHECKING
13 #define RBTREE_ASSERT(X) assert(X) 13 #define RBTREE_ASSERT(X) assert(X)