logoalt Hacker News

BeetleByesterday at 4:35 PM1 replyview on HN

> What is the downside of switching to the newest standard when it's properly supported?

"Properly supported" is the key here. Does GCC currently properly support C++23, for example? When I checked a few months ago, it didn't.


Replies

jcelerieryesterday at 4:46 PM

Where do you draw the line for properly supported? I've been using g++ in c++23 mode for quite some time now - even if every feature is not entirely implemented, the ones that work, work well and are a huge improvement

show 1 reply