Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-08-04 09:44:46


Stefan Slapeta <stefan_at_[hidden]> writes:

> ...breaks half_open_range_test (utility) on all compilers.
>
> OK to commit?

Yes, though it's not clear to me that the test should even be
there -- this isn't an officially accepted library and I think some
recent work will probably supplant it.

> 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

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

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