diff --git a/include/boost/intrusive/treap_algorithms.hpp b/include/boost/intrusive/treap_algorithms.hpp index 967e731..e891ef9 100644 --- a/include/boost/intrusive/treap_algorithms.hpp +++ b/include/boost/intrusive/treap_algorithms.hpp @@ -389,7 +389,6 @@ class treap_algorithms { rebalance_for_erasure(header, z, pcomp); tree_algorithms::erase(header, z); -// assert(check_invariant(header, pcomp)); return z; }