mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Fix comments
This commit is contained in:
@ -12,8 +12,8 @@
|
|||||||
/// \brief Checks the input sequence on palindrome.
|
/// \brief Checks the input sequence on palindrome.
|
||||||
/// \author Alexander Zaitsev
|
/// \author Alexander Zaitsev
|
||||||
|
|
||||||
#ifndef BOOST_ALGORITHM_is_palindrome_HPP
|
#ifndef BOOST_ALGORITHM_IS_PALINDROME_HPP
|
||||||
#define BOOST_ALGORITHM_is_palindrome_HPP
|
#define BOOST_ALGORITHM_IS_PALINDROME_HPP
|
||||||
|
|
||||||
#include <iterator>
|
#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
|
||||||
|
Reference in New Issue
Block a user