mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
Unordered: Remove some std::cout debugging. Oops.
[SVN r74746]
This commit is contained in:
@ -614,7 +614,6 @@ namespace boost { namespace unordered { namespace detail {
|
|||||||
previous_pointer prev = static_cast<previous_pointer>(begin->group_prev_);
|
previous_pointer prev = static_cast<previous_pointer>(begin->group_prev_);
|
||||||
|
|
||||||
if(prev->next_ != static_cast<link_pointer>(begin)) {
|
if(prev->next_ != static_cast<link_pointer>(begin)) {
|
||||||
std::cout << "A" << std::endl;
|
|
||||||
// The node is at the beginning of a group.
|
// The node is at the beginning of a group.
|
||||||
|
|
||||||
// Find the previous node pointer:
|
// Find the previous node pointer:
|
||||||
@ -626,7 +625,6 @@ std::cout << "A" << std::endl;
|
|||||||
if (end) split_group(end);
|
if (end) split_group(end);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
std::cout << "B" << std::endl;
|
|
||||||
node_pointer group1 = split_group(begin);
|
node_pointer group1 = split_group(begin);
|
||||||
|
|
||||||
if (end) {
|
if (end) {
|
||||||
|
Reference in New Issue
Block a user