forked from boostorg/unordered
reverted 334dcb91ac
This commit is contained in:
@ -623,6 +623,8 @@ public:
|
|||||||
typename std::conditional<Const,value_type const*,value_type*>::type;
|
typename std::conditional<Const,value_type const*,value_type*>::type;
|
||||||
using reference=value_type&;
|
using reference=value_type&;
|
||||||
using iterator_category=std::forward_iterator_tag;
|
using iterator_category=std::forward_iterator_tag;
|
||||||
|
using element_type=
|
||||||
|
typename std::conditional<Const,value_type const,value_type>::type;
|
||||||
|
|
||||||
table_iterator()=default;
|
table_iterator()=default;
|
||||||
template<bool Const2,typename std::enable_if<!Const2>::type* =nullptr>
|
template<bool Const2,typename std::enable_if<!Const2>::type* =nullptr>
|
||||||
|
Reference in New Issue
Block a user