Earlier quoted context omitted.
> standards committee or bjarnes, what they're going to tell you is to rewrite it The same will be true for Rust in 50 years (assuming Rust doesn't die any time soon). If they didn't think it was worth modernizing, they'd just leave C++ alone (which I think they should, but that's another matter). For old C++, you run valgrind and a linter on it and if nothing comes up it's also "probably fine". At least it's hard fo…
> If they didn't think it was worth modernizing, they'd just leave C++ alone (which I think they should, but that's another matter). What about C? That's being modernized too, sometimes with novelties from C++ modernization, like `nullptr`! :p https://www.open-std.org/JTC1/SC22/WG14/www/docs/n3042.htm
The more stuff you have the more problematic (adding foot guns and making it hard to learn a language) it is to add more stuff because it all interacts. And a lot of C++ features interact in bad ways...