$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84340 - trunk/boost/intrusive
From: igaztanaga_at_[hidden]
Date: 2013-05-18 05:43:47
Author: igaztanaga
Date: 2013-05-18 05:43:46 EDT (Sat, 18 May 2013)
New Revision: 84340
URL: http://svn.boost.org/trac/boost/changeset/84340
Log:
Remove dead comment
Text files modified:
trunk/boost/intrusive/treap_algorithms.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/intrusive/treap_algorithms.hpp
==============================================================================
--- trunk/boost/intrusive/treap_algorithms.hpp (original)
+++ trunk/boost/intrusive/treap_algorithms.hpp 2013-05-18 05:43:46 EDT (Sat, 18 May 2013)
@@ -389,7 +389,6 @@
{
rebalance_for_erasure(header, z, pcomp);
tree_algorithms::erase(header, z);
-// assert(check_invariant(header, pcomp));
return z;
}