Removed Elements
The new update has deprecated some existing features.
One of the core concepts behind each iteration of C++ is its compatibility with previous versions. We’d like to have new things in the language, but at the same time, our old projects should still compile.
However, sometimes, there’s a chance to remove parts that are wrong or rarely used.
This chapter briefly explains what was removed from the Standard.
Get hands-on with 1400+ tech skills courses.