mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 20:04:29 +02:00
Follow boost naming conventions.
[SVN r42407]
This commit is contained in:
@@ -314,7 +314,7 @@ namespace boost {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void incrementGroup()
|
void increment_group()
|
||||||
{
|
{
|
||||||
node_ = data::next_group(node_);
|
node_ = data::next_group(node_);
|
||||||
|
|
||||||
@@ -1822,7 +1822,7 @@ namespace boost {
|
|||||||
if (BOOST_UNORDERED_BORLAND_BOOL(it)) {
|
if (BOOST_UNORDERED_BORLAND_BOOL(it)) {
|
||||||
iterator_base first(iterator_base(bucket, it));
|
iterator_base first(iterator_base(bucket, it));
|
||||||
iterator_base second(first);
|
iterator_base second(first);
|
||||||
second.incrementGroup();
|
second.increment_group();
|
||||||
return std::pair<iterator_base, iterator_base>(first, second);
|
return std::pair<iterator_base, iterator_base>(first, second);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user