Boost logo

Boost :

From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-08-04 09:37:25


I've just seen that there is something different wrong with this file:
it uses a type counting_iterator_generator which is defined nowhere in
the whole boost library. What's up with this header?

Stefan

Stefan Slapeta wrote:

>
> ...breaks half_open_range_test (utility) on all compilers.
>
> OK to commit?
>
> Stefan
>
>
>
> ------------------------------------------------------------------------
>
> Index: half_open_range.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/half_open_range.hpp,v
> retrieving revision 1.5
> diff -u -r1.5 half_open_range.hpp
> --- half_open_range.hpp 26 Jul 2004 00:31:58 -0000 1.5
> +++ half_open_range.hpp 4 Aug 2004 14:21:29 -0000
> @@ -12,7 +12,7 @@
> #ifndef BOOST_HALF_OPEN_RANGE_HPP_
> # define BOOST_HALF_OPEN_RANGE_HPP_
>
> -# include <boost/counting_iterator.hpp>
> +# include <boost/iterator/counting_iterator.hpp>
> # include <functional>
> # include <cassert>
> # include <boost/operators.hpp>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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