From 52f91139afe8c24be08d221c1bc4555a86cbecef Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sun, 10 Jul 2016 22:52:55 +0300 Subject: [PATCH] Fix comments --- include/boost/algorithm/is_palindrome.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/algorithm/is_palindrome.hpp b/include/boost/algorithm/is_palindrome.hpp index 38029bb..61acbae 100644 --- a/include/boost/algorithm/is_palindrome.hpp +++ b/include/boost/algorithm/is_palindrome.hpp @@ -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 @@ -104,4 +104,4 @@ bool is_palindrome(const R& range, Predicate p) }} -#endif // BOOST_ALGORITHM_is_palindrome_HPP +#endif // BOOST_ALGORITHM_IS_PALINDROME_HPP