Things C++ 20 Deliberately Broke

German Diago german.diago at cppmaster.net
Wed Sep 28 19:43:34 UTC 2022


On Monday, 26 September 2022 at 08:32:27 UTC, Siarhei Siamashka 
wrote:
> On Monday, 26 September 2022 at 03:24:57 UTC, norm wrote:

> If Python developers decided to keep both Python2 and Python3
> maintained forever, then it would be similar to C++ and Rust.

Not at all. Python 2/3 is a split with incompatibilities. C++ is 
a deprecation + removal model except for very, very few 
exceptions. You can compile C++98 code in a C++20 compiler almost 
without any change.


More information about the Digitalmars-d mailing list