mirror of
https://github.com/boostorg/iterator.git
synced 2026-02-03 21:55:06 +01:00
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