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