Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change

[SVN r78687]
This commit is contained in:
Marshall Clow
2012-05-27 15:24:09 +00:00
parent 8d82e7538d
commit ea13506795
20 changed files with 166 additions and 166 deletions

View File

@ -14,7 +14,7 @@
#ifndef BOOST_ALGORITHM_ANY_OF_HPP
#define BOOST_ALGORITHM_ANY_OF_HPP
#include <algorithm> // for std::any_of, if available
#include <algorithm> // for std::any_of, if available
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>