9ef3df0d0b
Update header files to always include boost/config.hpp. Fixes issue #61
2019-12-03 08:33:05 -08:00
6a650ade1d
Merge pull request #28 from ZaMaZaN4iK/feature_branch/is_palindromic
...
Delete duplicate version is_palindrome
2016-10-12 16:42:14 -07:00
303ff13b86
Delete duplicate version os is_palindrome
2016-10-12 22:22:30 +03:00
f1e9d3140c
Made is_palindrome work for C++03
2016-08-17 13:49:16 -07:00
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
3c25ce1090
Added C-String support for 'is_palindrome'
...
Updated doc, example and tests.
2016-08-16 05:14:56 +03:00
0f5136de65
Merged branch feature_branch/is_palindromic into feature_branch/is_palindromic
2016-08-15 04:10:10 +03:00
774fb437f3
Disabled 'is_palindrome' for 'const char*'
2016-08-15 04:09:48 +03:00
1a34a6935b
[micro] Added "#include <functional>"
2016-07-11 18:26:18 +03:00
52f91139af
Fix comments
2016-07-10 22:52:55 +03:00
9bee197bd8
Added all files to the new repository
2016-07-06 11:42:18 +03:00