Sujet : Re: "A diagram of C23 basic types"
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 02. Apr 2025, 22:43:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vskb2m$2scqh$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 02.04.2025 16:59, David Brown wrote:
[...]
From the next version beyond C23, so far there is :
1. Declarations in "if" and "switch" statements, like those in "for"
loops, helps keep local variable scopes small and neat.
Oh, I thought that would already be supported in some existing "C"
version for the 'if'; I probably confused that with C++.
2. Ranges in case labels - that speaks for itself (though again I used
it already as a gcc extension).
Heh! - As a GNU Awk user I'd be disappointed by anything less than
the option to use regexps here. :-)
Janis
[...]