Undo regressions

[SVN r21721]
This commit is contained in:
Dave Abrahams
2004-01-14 04:38:14 +00:00
parent dd50d3f2ab
commit 9c42ccb0bd
2 changed files with 29 additions and 14 deletions

View File

@ -45,7 +45,7 @@ class node_iter
>::type = enabler()
# endif
)
: m_node(other.m_node) {}
: super_t(other.base()) {}
private:
friend class boost::iterator_core_access;