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

@ -12,7 +12,6 @@
#ifndef BOOST_ALGORITHM_MISMATCH_HPP
#define BOOST_ALGORITHM_MISMATCH_HPP
#include <algorithm> // for std::mismatch
#include <utility> // for std::pair
namespace boost { namespace algorithm {