diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 4bdf9818..ac142209 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -623,6 +623,8 @@ 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>