removed unused typedef

This commit is contained in:
joaquintides
2022-10-12 11:20:37 +02:00
parent df7792040c
commit 334dcb91ac

View File

@ -623,8 +623,6 @@ public:
typename std::conditional<Const,value_type const*,value_type*>::type;
using reference=value_type&;
using iterator_category=std::forward_iterator_tag;
using element_type=
typename std::conditional<Const,value_type const,value_type>::type;
table_iterator()=default;
template<bool Const2,typename std::enable_if<!Const2>::type* =nullptr>