diff --git a/include/boost/unordered/detail/fwd.hpp b/include/boost/unordered/detail/fwd.hpp index 4f347355..274af519 100644 --- a/include/boost/unordered/detail/fwd.hpp +++ b/include/boost/unordered/detail/fwd.hpp @@ -661,18 +661,6 @@ namespace boost { namespace unordered_detail { // iterator_access is used to access the internal iterator without // making it publicly available. -#if !defined(__clang__) - class iterator_access - { - public: - template - static BOOST_DEDUCED_TYPENAME Iterator::base const& - get(Iterator const& it) - { - return it.base_; - } - }; -#else class iterator_access { public: @@ -693,8 +681,6 @@ namespace boost { namespace unordered_detail { return it.base_; } }; -#endif - template class hash_iterator; template class hash_const_iterator;