boost::iterator_core_access friend declaration fixed

[SVN r22467]
This commit is contained in:
Pavol Droba
2004-03-09 22:20:56 +00:00
parent b1a851f650
commit a7a04ccd30

View File

@ -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<