From ad38ecf6d8a0c964e6c5495adad3eb1c710d61bf Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 5 Oct 2011 22:05:52 +0000 Subject: [PATCH] Unordered: Remove some std::cout debugging. Oops. [SVN r74746] --- include/boost/unordered/detail/equivalent.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/equivalent.hpp b/include/boost/unordered/detail/equivalent.hpp index 6260835a..629b13c3 100644 --- a/include/boost/unordered/detail/equivalent.hpp +++ b/include/boost/unordered/detail/equivalent.hpp @@ -614,7 +614,6 @@ namespace boost { namespace unordered { namespace detail { previous_pointer prev = static_cast(begin->group_prev_); if(prev->next_ != static_cast(begin)) { -std::cout << "A" << std::endl; // The node is at the beginning of a group. // Find the previous node pointer: @@ -626,7 +625,6 @@ std::cout << "A" << std::endl; if (end) split_group(end); } else { -std::cout << "B" << std::endl; node_pointer group1 = split_group(begin); if (end) {