diff --git a/include/boost/unordered/detail/hash_table_impl.hpp b/include/boost/unordered/detail/hash_table_impl.hpp index 17d31c5c..d0c09f33 100644 --- a/include/boost/unordered/detail/hash_table_impl.hpp +++ b/include/boost/unordered/detail/hash_table_impl.hpp @@ -1742,7 +1742,7 @@ namespace boost { } template - size_type insert_size(I i, I j, boost::incrementable_traversal_tag) + size_type insert_size(I, I, boost::incrementable_traversal_tag) { return 1; }