Boost logo

Boost :

From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 11:52:10


Hi,

I propose following change in filter_iterator_example.cpp to be able
to compile it with Solaris Forte C++ 6 u.1

Gennadiy.

cvs diff filter_iterator_example.cpp
Index: filter_iterator_example.cpp
===================================================================
RCS
file: /cvsroot/boost/boost/libs/utility/filter_iterator_example.cpp,v
retrieving revision 1.4
diff -r1.4 filter_iterator_example.cpp
25a26
> #ifndef __SUNPRO_CC
30a32
> #endif
33c35
< typedef boost::filter_iterator_generator<is_positive_number,
int*, int>::type

---
>   typedef boost::filter_iterator_generator<is_positive_number, 
int*, int, const int&>::type
42a45
> #ifndef __SUNPRO_CC
50c53
<   
---
> #endif  

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