
14 May
2012
14 May
'12
2:22 p.m.
--- 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