Boost logo

Boost :

Subject: Re: [boost] [config] 4 new C++11 macros added
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-05-14 10:22:48


> --- trunk/boost/algorithm/cxx11/partition_point.hpp     (original)
> +++ trunk/boost/algorithm/cxx11/partition_point.hpp     2012-05-14 00:58:22 EDT (Mon, 14 May 2012)
> @@ -14,6 +14,7 @@
>
>  #include <algorithm>   // for std::partition_point, if available
>
> +#include <algorithm>   // for std::partition_point, if available
>  #include <boost/range/begin.hpp>
>  #include <boost/range/end.hpp>

Looks like partition_point.hpp already included <algorithm> ;)

Line 24 of this file also has a typo (iota --> partition_point).

Regards,
Michel


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