Sujet : Re: C23 thoughts and opinions - why so conservative?
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 23. May 2024, 19:35:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v2o2ad$1sg5e$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 5/23/24 10:19, Michael S wrote:
...
Another area that was mostly unchanged since 1st edition of K&R is
storage classes. Even such obvious thing as removal of 'auto' class
took too long. If I am not mistaken, totally obsolete 'register' class
is still allowed. And I don't remember any additions.
constexpr and thread_local have both been added to the list of
Storage-class specifiers since K&R.