bugfix #2054922: using base_const_iterator::node;

This commit is contained in:
nojhan 2010-08-19 20:38:19 +02:00
commit 82c873fc1a

View file

@ -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;