A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4168
Date: 2014-10-02
Removing auto_ptr
by Billy Baker
Excerpt:
At Oxford in 2007, N1856 was accepted adding
unique_ptr
and makingauto_ptr
deprecated. At CppCon in 2014, Howard Hinnant stated that he would like to seeauto_ptr
removed from future C++ standards. This paper proposes thatauto_ptr
be removed entirely. Removingauto_ptr
now would give plenty of time before the next C++ standard for code to be updated if necessary.
Add a Comment
Comments are closed.