C++ Logo

std-proposals

Advanced search

Re: [std-proposals] D4039R0 Sequential hexadecimal digits

From: Jan Schultke <janschultke_at_[hidden]>
Date: Mon, 9 Mar 2026 10:23:06 +0100
> Hi Jan,
>
> are you only talking about A-Z/a-z here? Or Spanish ene, German umlauts,
> accented letters, etc.?
>

I'm only talking about ASCII letters. Umlauts are not in the basic
character set anyway, so we can't provide any universal guarantee for those.

For ASCII letters (with the same case), we can guarantee ordering. I think
we can even guarantee that lowercase and uppercase letters are not
interleaved, but in two disjoint ranges, and even guarantee that there is a
constant offset between lowercase and uppercase letters. The only thing we
cannot guarantee is full contiguity.

Received on 2026-03-09 09:23:21