Originally posted by ldo17
View Post
Any fully-backward-compatible language change makes the remaining/unused syntactic space smaller. The unused syntactic space is getting smaller with each C++ upgrade: C++11 > C++14 > C++17 > C++ 20, where X > Y means that the unused syntactic space of X is larger than of Y.
Comment