mirror of
https://github.com/boostorg/algorithm.git
synced 2026-07-06 16:30:47 +02:00
42bbfdeb4c
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.