Sujet : Re: "A diagram of C23 basic types"
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 03. Apr 2025, 19:19:36
Autres entêtes
Organisation : None to speak of
Message-ID : <855xjlkszr.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Gnus/5.13 (Gnus v5.13)
David Brown <
david.brown@hesbynett.no> writes:
[...]
It is bold, perhaps, but there are certainly good reasons. As far as
I can see we have some keywords that have dropped their
underscore-capital form:
>
alignas
alignof
bool
static_assert
thread_local
The underscore-capital forms still exist as alternate spellings.
Dropping _Bool et al would have broken existing code.
And we have some new ones :
>
constexpr
false
nullptr
true
typeof
typeof_unequal
That last one is "typeof_unqual".
[...]
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */