mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-03 07:46:49 +02:00
boost::iterator_core_access friend declaration fixed
[SVN r22467]
This commit is contained in:
@ -44,7 +44,7 @@ namespace boost {
|
||||
{
|
||||
private:
|
||||
// facade support
|
||||
friend class iterator_core_access;
|
||||
friend class ::boost::iterator_core_access;
|
||||
|
||||
// base type
|
||||
typedef iterator_facade<
|
||||
@ -189,7 +189,7 @@ namespace boost {
|
||||
{
|
||||
private:
|
||||
// facade support
|
||||
friend class iterator_core_access;
|
||||
friend class ::boost::iterator_core_access;
|
||||
|
||||
// base type
|
||||
typedef iterator_facade<
|
||||
|
Reference in New Issue
Block a user