C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Character classification functions should return bool

From: Lénárd Szolnoki <cpp_at_[hidden]>
Date: Sun, 23 Oct 2022 14:05:32 +0100
libstdc++ provide both string.h and cstring with const-correct strchr, at least according to my testing.


On 23 October 2022 13:29:14 BST, Ville Voutilainen via Std-Proposals <std-proposals_at_[hidden]> wrote:
>On Sun, 23 Oct 2022 at 15:27, blacktea hamburger via Std-Proposals
><std-proposals_at_[hidden]> wrote:
>>
>> Why? The C library needs to be changed because its implementation is not necessarily constexpr.
>
>Not the underlying one, the one that in some implementations is
>system-provided. C++ implementations
>can and do provide their own implementations of <cstdlib> and <cmath>.
>--
>Std-Proposals mailing list
>Std-Proposals_at_[hidden]
>https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals

Received on 2022-10-23 13:05:38