mirror of
https://github.com/boostorg/algorithm.git
synced 2025-10-17 09:55:26 +02:00
42bbfdeb4c18cc3d816932cb27bdfbaddd1fa602
I think user shouldn't send to 'is_palindrome' zero, NULL or nullptr as parameter. As value of const char* it's possible, of course. But cases 'is_palindrome(0)', 'is_palindrome(NULL)' and 'is_palindrome(nullptr)' is silly and it should be restricted by design.
Description
Languages
C++
91.7%
HTML
4.5%
Max
3.7%