forked from boostorg/unordered
Remove a couple of unused parameter names.
[SVN r39019]
This commit is contained in:
@@ -1742,7 +1742,7 @@ namespace boost {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename I>
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user