|
|
|
|
|
by lklklkj2342487
3281 days ago
|
|
Isn't it what the standard compiler switch is for? For instance if your codebase builds fine with -std=c++17 and std::bind would have been removed in C++20, your code base would still compile fine because the compiler would figure it out. |
|
It does however fix the basic problem of a complete program.
Hopefully, one day modules will fix this and we'll be able to link modules from different versions of C++ together, but I'm not holding my breath.