mirror of
https://github.com/boostorg/iterator.git
synced 2026-02-03 21:55:06 +01:00
Trim trailing spaces.
This commit is contained in:
@@ -28,10 +28,10 @@ class node_iterator
|
||||
|
||||
void increment()
|
||||
{ m_node = m_node->next(); }
|
||||
|
||||
|
||||
bool equal(node_iterator const& other) const
|
||||
{ return this->m_node == other.m_node; }
|
||||
|
||||
|
||||
node_base& dereference() const
|
||||
{ return *m_node; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user