2
0
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:
Eric Niebler
2005-11-02 22:43:05 +00:00
parent f094a5b9eb
commit 9b326f15fa

View File

@@ -36,7 +36,7 @@ struct stl_input_iterator
}
private:
friend class iterator_core_access;
friend class boost::iterator_core_access;
void increment()
{