mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-10 11:16:35 +02:00
Remove unnecessary #include <algorithm> and correct some comments
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
#ifndef 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/end.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user