Skip to content

Commit 52f9113

Browse files
committed
Fix comments
1 parent 1ec1cd3 commit 52f9113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/boost/algorithm/is_palindrome.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// \brief Checks the input sequence on palindrome.
1313
/// \author Alexander Zaitsev
1414

15-
#ifndef BOOST_ALGORITHM_is_palindrome_HPP
16-
#define BOOST_ALGORITHM_is_palindrome_HPP
15+
#ifndef BOOST_ALGORITHM_IS_PALINDROME_HPP
16+
#define BOOST_ALGORITHM_IS_PALINDROME_HPP
1717

1818
#include <iterator>
1919

@@ -104,4 +104,4 @@ bool is_palindrome(const R& range, Predicate p)
104104

105105
}}
106106

107-
#endif // BOOST_ALGORITHM_is_palindrome_HPP
107+
#endif // BOOST_ALGORITHM_IS_PALINDROME_HPP

0 commit comments

Comments
 (0)