mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
qualify friend declaration to make EDG happy
[SVN r31538]
This commit is contained in:
@@ -36,7 +36,7 @@ struct stl_input_iterator
|
||||
}
|
||||
|
||||
private:
|
||||
friend class iterator_core_access;
|
||||
friend class boost::iterator_core_access;
|
||||
|
||||
void increment()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user