Skip to content

Commit 9b326f1

Browse files
author
Eric Niebler
committed
qualify friend declaration to make EDG happy
[SVN r31538]
1 parent f094a5b commit 9b326f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/stl_iterator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct stl_input_iterator
3636
}
3737

3838
private:
39-
friend class iterator_core_access;
39+
friend class boost::iterator_core_access;
4040

4141
void increment()
4242
{

0 commit comments

Comments
 (0)