|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74746 - trunk/boost/unordered/detail
From: dnljms_at_[hidden]
Date: 2011-10-05 18:05:53
Author: danieljames
Date: 2011-10-05 18:05:52 EDT (Wed, 05 Oct 2011)
New Revision: 74746
URL: http://svn.boost.org/trac/boost/changeset/74746
Log:
Unordered: Remove some std::cout debugging. Oops.
Text files modified:
trunk/boost/unordered/detail/equivalent.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/boost/unordered/detail/equivalent.hpp
==============================================================================
--- trunk/boost/unordered/detail/equivalent.hpp (original)
+++ trunk/boost/unordered/detail/equivalent.hpp 2011-10-05 18:05:52 EDT (Wed, 05 Oct 2011)
@@ -614,7 +614,6 @@
previous_pointer prev = static_cast<previous_pointer>(begin->group_prev_);
if(prev->next_ != static_cast<link_pointer>(begin)) {
-std::cout << "A" << std::endl;
// The node is at the beginning of a group.
// Find the previous node pointer:
@@ -626,7 +625,6 @@
if (end) split_group(end);
}
else {
-std::cout << "B" << std::endl;
node_pointer group1 = split_group(begin);
if (end) {
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk