diff --git a/include/boost/unordered/detail/util.hpp b/include/boost/unordered/detail/util.hpp index d944a415..52cf48d4 100644 --- a/include/boost/unordered/detail/util.hpp +++ b/include/boost/unordered/detail/util.hpp @@ -242,9 +242,8 @@ namespace boost { namespace unordered { namespace detail { template inline std::size_t insert_size(I i, I j) { - BOOST_DEDUCED_TYPENAME ::boost::iterator_traversal::type - iterator_traversal_tag; - return insert_size(i, j, iterator_traversal_tag); + return insert_size(i, j, + BOOST_DEDUCED_TYPENAME ::boost::iterator_traversal::type()); } template