The parameter type of your lambda or
is_space
should be unsigned char
instead of char
. The standard isspace
(and friends) trigger UB if given a negative character.