hatcat / cg30_issues

The public issues repository for the book "Beautiful C++"
4 stars 1 forks source link

Page 122: `std::auto_ptr` got removed in C++17 #33

Open Ukilele opened 2 years ago

Ukilele commented 2 years ago

In the last quarter of page 122 it says that std::auto_ptr was removed in C++14. But according to https://en.cppreference.com/w/cpp/memory/auto_ptr and https://eel.is/c++draft/diff.cpp14.depr it got removed in C++17.

Label: 3.1: I.11