mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
Fixed definition of iterator_facade_ nested type so derived classes
can use it. It appears to have never been tested. [SVN r33297]
This commit is contained in:
parent
58341b3517
commit
a4e7ba6c28
@ -620,7 +620,7 @@ namespace boost
|
||||
|
||||
protected:
|
||||
// For use by derived classes
|
||||
typedef iterator_facade<Derived,Value,Reference,Difference> iterator_facade_;
|
||||
typedef iterator_facade<Derived,Value,CategoryOrTraversal,Reference,Difference> iterator_facade_;
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user