Boost logo

Boost :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2002-07-26 16:46:56


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.

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