From 006f62047b7f18cc15469863d1affcb7aa9b140c Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 12 Oct 2022 12:46:47 +0200 Subject: [PATCH] reverted 334dcb91acf0af6f79a23b1243cd182b6f40c26e --- include/boost/unordered/detail/foa.hpp | 2 ++ 1 file changed, 2 insertions(+) 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>