From 334dcb91acf0af6f79a23b1243cd182b6f40c26e Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 12 Oct 2022 11:20:37 +0200 Subject: [PATCH] removed unused typedef --- include/boost/unordered/detail/foa.hpp | 2 -- 1 file changed, 2 deletions(-) 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>