In cxx14, remove unnecessary #include <algorithm> and correct some comments

This commit is contained in:
Kolya Matteo
2016-04-29 16:04:17 -04:00
parent 1da90fcc4a
commit f06dc424dd
3 changed files with 3 additions and 8 deletions

View File

@ -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 {