mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Remove a couple of unused parameter names.
[SVN r39019]
This commit is contained in:
@ -1742,7 +1742,7 @@ namespace boost {
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user