$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Convert] std::isspace requires unsigned #28
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-21 00:51:36
Vladimir Batov wrote:
> 1) Is it really the only way to go or I went senile or fell behind
> language-wise?
There is technically a C++ alternative templated on the character type,
std::isspace<Ch> from <locale>, but it takes a locale.