Hacker News new | ask | show | jobs
by krior 14 days ago
Oh, have they finally started to remove features?
1 comments

Yes, several even, C++98 or C++11 code will not compile in C++26 mode, depending if some of those feature were being used.

Exception specifications, auto_ptr, C++11 GC, the way volatile works, uninitialised variables,...