$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-01-01 16:30:31
Author: danieljames
Date: 2008-01-01 16:30:31 EST (Tue, 01 Jan 2008)
New Revision: 42407
URL: http://svn.boost.org/trac/boost/changeset/42407
Log:
Follow boost naming conventions.
Text files modified: 
   branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp	(original)
+++ branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp	2008-01-01 16:30:31 EST (Tue, 01 Jan 2008)
@@ -314,7 +314,7 @@
                     }
                 }
 
-                void incrementGroup()
+                void increment_group()
                 {
                     node_ = data::next_group(node_);
 
@@ -1822,7 +1822,7 @@
                 if (BOOST_UNORDERED_BORLAND_BOOL(it)) {
                     iterator_base first(iterator_base(bucket, it));
                     iterator_base second(first);
-                    second.incrementGroup();
+                    second.increment_group();
                     return std::pair<iterator_base, iterator_base>(first, second);
                 }
                 else {