Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-08-27 16:58:21


Author: danieljames
Date: 2007-08-27 16:58:21 EDT (Mon, 27 Aug 2007)
New Revision: 39019
URL: http://svn.boost.org/trac/boost/changeset/39019

Log:
Remove a couple of unused parameter names.

Text files modified:
   sandbox/unordered/boost/unordered/detail/hash_table_impl.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/unordered/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- sandbox/unordered/boost/unordered/detail/hash_table_impl.hpp (original)
+++ sandbox/unordered/boost/unordered/detail/hash_table_impl.hpp 2007-08-27 16:58:21 EDT (Mon, 27 Aug 2007)
@@ -1742,7 +1742,7 @@
             }
 
             template <typename I>
- size_type insert_size(I i, I j, boost::incrementable_traversal_tag)
+ size_type insert_size(I, I, boost::incrementable_traversal_tag)
             {
                 return 1;
             }


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