forked from boostorg/algorithm
In cxx14, remove unnecessary #include <algorithm> and correct some comments
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
#define BOOST_ALGORITHM_EQUAL_HPP
|
||||
|
||||
#include <algorithm> // for std::equal
|
||||
#include <functional> // for std::equal_to
|
||||
#include <functional> // for std::binary_function
|
||||
#include <iterator>
|
||||
|
||||
namespace boost { namespace algorithm {
|
||||
|
||||
|
Reference in New Issue
Block a user