[C++-sig] new stl_iterator doesn't work with EDGs

Eric Niebler eric at boost-consulting.com
Wed Nov 2 23:48:27 CET 2005


Ralf W. Grosse-Kunstleve wrote:
> 
> Your patch works (tested with EDG 304) but this one works (tested with EDG 238
> and 304), too:
> 
> Index: stl_iterator.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/python/stl_iterator.hpp,v
> retrieving revision 1.1
> diff -r1.1 stl_iterator.hpp
> 39c39
> <     friend class iterator_core_access;
> ---
> 
> >     friend class boost::iterator_core_access;
> 

Better. This is the right fix, so I went ahead and committed it. I 
tested it with VC7.1 and gcc, and the regression tests will tell us if 
any other compilers have a problem with it.

Thanks!

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com



More information about the Cplusplus-sig mailing list