Fix comments

This commit is contained in:
Alexander Zaitsev
2016-07-10 22:52:55 +03:00
parent 1ec1cd3045
commit 52f91139af

View File

@ -12,8 +12,8 @@
/// \brief Checks the input sequence on palindrome.
/// \author Alexander Zaitsev
#ifndef BOOST_ALGORITHM_is_palindrome_HPP
#define BOOST_ALGORITHM_is_palindrome_HPP
#ifndef BOOST_ALGORITHM_IS_PALINDROME_HPP
#define BOOST_ALGORITHM_IS_PALINDROME_HPP
#include <iterator>
@ -104,4 +104,4 @@ bool is_palindrome(const R& range, Predicate p)
}}
#endif // BOOST_ALGORITHM_is_palindrome_HPP
#endif // BOOST_ALGORITHM_IS_PALINDROME_HPP