mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
removed unused typedef
This commit is contained in:
@ -623,8 +623,6 @@ 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