forked from boostorg/algorithm
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.4%
Max
3.7%
CMake
0.2%