Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-07-26 16:57:04


Go ahead and make that change in CVS.

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

----- Original Message -----
From: "Gennadiy Rozental" <rogeeff_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.devel
To: <boost_at_[hidden]>
Sent: Friday, July 26, 2002 5:46 PM
Subject: [boost] iterator adaptor patch

> Hi,
>
> I've asked about it already. Could we make following trivial change.
SunPro
> compiler fail on thoose lines.
>
> cvs diff iterator_adaptors.hpp
> Index: iterator_adaptors.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/iterator_adaptors.hpp,v
> retrieving revision 1.62
> diff -r1.62 iterator_adaptors.hpp
> 1153c1153
> < , class ConstReference = const Value&
> ---
> > , class ConstReference = Value const&
> 1163c1163
> < , class ConstPointer = const Value*
> ---
> > , class ConstPointer = Value const*
>
> Gennadiy.
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk