forked from boostorg/iterator
tutorial updates
[SVN r21615]
This commit is contained in:
@ -23,9 +23,9 @@ class node_iterator
|
||||
: m_node(p)
|
||||
{}
|
||||
|
||||
private:
|
||||
friend class boost::iterator_core_access;
|
||||
|
||||
private:
|
||||
void increment()
|
||||
{ m_node = m_node->next(); }
|
||||
|
||||
|
Reference in New Issue
Block a user