[SVN r35102]
This commit is contained in:
Dave Abrahams
2006-09-13 22:36:10 +00:00
parent 70ef2f0e81
commit 02d22c12ae
2 changed files with 15 additions and 0 deletions

View File

@ -50,6 +50,11 @@ private:
typename super_t::reference dereference() const
{ return *(m_elt_iter + *this->base()); }
#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
template <class,class> friend class permutation_iterator;
#else
public:
#endif
ElementIterator m_elt_iter;
};