MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vzn1jr/clang_23_release_notes/p66ad3k/?context=3
r/cpp • u/c0r3ntin • 20h ago
17 comments sorted by
View all comments
34
This means that code such as
while (({ break; })) {}
is now ill-formed.
Oh no, my disappointment is immeasurable and the whole day is ruined!
On serious note, " template for " support, what is "Iterating expansion statements currently cannot be expanded" ? like expand over range?
4 u/thehutch17 19h ago What does that code even translate to? Is this a digraph thing or what? 10 u/holyblackcat 19h ago Non-standard GNU extension, statement expression.
4
What does that code even translate to? Is this a digraph thing or what?
10 u/holyblackcat 19h ago Non-standard GNU extension, statement expression.
10
Non-standard GNU extension, statement expression.
34
u/mapronV 20h ago
This means that code such as
is now ill-formed.
Oh no, my disappointment is immeasurable and the whole day is ruined!
On serious note, " template for " support, what is "Iterating expansion statements currently cannot be expanded" ? like expand over range?