Alexander 42bbfdeb4c Deleted support for nullptr, NULL and 0.
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.
2016-08-16 16:18:21 +03:00
2015-01-26 07:08:13 -08:00
2016-04-27 17:56:17 +03:00
2013-10-14 21:31:19 +00:00
Description
Boost.org algorithm module
BSL-1.0 5 MiB
Languages
C++ 91.7%
HTML 4.5%
Max 3.7%