boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
112 stars 105 forks source link

Add is_blank() string functor classification #112

Open glywk opened 1 year ago

glywk commented 1 year ago

In string algorithm, is_blank standard classification exists since C++11. Today, this classification is not provided by this library for code. I have added is_blank functor in the implementation compiled with standard upper or equals to c++11 and complete the documentation.

glywk commented 1 year ago

@mclow

glywk commented 1 year ago

@mclow as suggested, I have add a negative is_blank() predicate test case. It checks that:

glywk commented 10 months ago

Is something miss?