bugfix #2054922: using base_const_iterator::node;
This commit is contained in:
parent
bb5b1965c7
commit
82c873fc1a
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ private :
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
using base_iterator::node;
|
using base_const_iterator::node;
|
||||||
|
|
||||||
typedef std::forward_iterator_tag iterator_category;
|
typedef std::forward_iterator_tag iterator_category;
|
||||||
typedef const subtree value_type;
|
typedef const subtree value_type;
|
||||||
|
|
|
||||||
Reference in a new issue