diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index ac142209..4bdf9818 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -623,8 +623,6 @@ public: typename std::conditional::type; using reference=value_type&; using iterator_category=std::forward_iterator_tag; - using element_type= - typename std::conditional::type; table_iterator()=default; template::type* =nullptr>