mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Added missing includes of <algorithm>, thanks to Michel Morin for the catch
[SVN r78466]
This commit is contained in:
@ -12,6 +12,7 @@
|
|||||||
#ifndef BOOST_ALGORITHM_ALL_OF_HPP
|
#ifndef BOOST_ALGORITHM_ALL_OF_HPP
|
||||||
#define BOOST_ALGORITHM_ALL_OF_HPP
|
#define BOOST_ALGORITHM_ALL_OF_HPP
|
||||||
|
|
||||||
|
#include <algorithm> // for std::all_of, if available
|
||||||
#include <boost/range/begin.hpp>
|
#include <boost/range/begin.hpp>
|
||||||
#include <boost/range/end.hpp>
|
#include <boost/range/end.hpp>
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#ifndef BOOST_ALGORITHM_ANY_OF_HPP
|
#ifndef BOOST_ALGORITHM_ANY_OF_HPP
|
||||||
#define BOOST_ALGORITHM_ANY_OF_HPP
|
#define BOOST_ALGORITHM_ANY_OF_HPP
|
||||||
|
|
||||||
|
#include <algorithm> // for std::any_of, if available
|
||||||
#include <boost/range/begin.hpp>
|
#include <boost/range/begin.hpp>
|
||||||
#include <boost/range/end.hpp>
|
#include <boost/range/end.hpp>
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#ifndef BOOST_ALGORITHM_NONE_OF_HPP
|
#ifndef BOOST_ALGORITHM_NONE_OF_HPP
|
||||||
#define BOOST_ALGORITHM_NONE_OF_HPP
|
#define BOOST_ALGORITHM_NONE_OF_HPP
|
||||||
|
|
||||||
|
#include <algorithm> // for std::none_of, if available
|
||||||
#include <boost/range/begin.hpp>
|
#include <boost/range/begin.hpp>
|
||||||
#include <boost/range/end.hpp>
|
#include <boost/range/end.hpp>
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#ifndef BOOST_ALGORITHM_PARTITION_COPY_HPP
|
#ifndef BOOST_ALGORITHM_PARTITION_COPY_HPP
|
||||||
#define BOOST_ALGORITHM_PARTITION_COPY_HPP
|
#define BOOST_ALGORITHM_PARTITION_COPY_HPP
|
||||||
|
|
||||||
|
#include <algorithm> // for std::partition_copy, if available
|
||||||
#include <utility> // for make_pair
|
#include <utility> // for make_pair
|
||||||
|
|
||||||
#include <boost/range/begin.hpp>
|
#include <boost/range/begin.hpp>
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include <algorithm> // for std::partition_point, if available
|
#include <algorithm> // for std::partition_point, if available
|
||||||
|
|
||||||
|
#include <algorithm> // for std::partition_point, if available
|
||||||
#include <boost/range/begin.hpp>
|
#include <boost/range/begin.hpp>
|
||||||
#include <boost/range/end.hpp>
|
#include <boost/range/end.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user