Boost C++ Libraries: Ticket #8710: auto_ptr warnings when building boost https://svn.boost.org/trac10/ticket/8710 <p> When compiling boost1.54 beta using gcc 4.7.2 in C++11, several warnings about the deprecated auto_ptr shows up. </p> <p> This is truly a cosmetic (for now) but since there are almost no other warnings it would be nice to fix. </p> <p> examples: libs/locale/src/shared/localization_backend.cpp:54 libs/locale/src/shared/mo_lambda.cpp:42 libs/locale/src/util/codecvt_converter.cpp:194 </p> <p> I used ./b2 --prefix=/tmp/boostbuild/ variant=debug threading=multi link=shared runtime-link=shared toolset=gcc cxxflags=-std=gnu++11 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8710 Trac 1.4.3 viboes Thu, 20 Jun 2013 17:31:56 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8710#comment:1 https://svn.boost.org/trac10/ticket/8710#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Artyom Beilis</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">locale</span> </li> </ul> Ticket Artyom Beilis Thu, 20 Jun 2013 17:53:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8710#comment:2 https://svn.boost.org/trac10/ticket/8710#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> The boost.locale supports non C++11 compilers as well and only auto_ptr supports the required move semantics. </p> <p> So it would not be fixed </p> Ticket anonymous Tue, 18 Aug 2015 21:40:18 GMT <link>https://svn.boost.org/trac10/ticket/8710#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8710#comment:3</guid> <description> <p> Is there some way in which these warnings specifically could be suppressed? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 29 Aug 2015 06:26:17 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8710#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8710#comment:4</guid> <description> <p> hi </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 29 Aug 2015 06:28:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8710#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8710#comment:5</guid> <description> <p> it's said c++11 provided unique_ptr to replace auto_ptr, will that be fixed on a separate branch? <a class="ext-link" href="http://stackoverflow.com/questions/3697686/why-is-auto-ptr-being-deprecated"><span class="icon">​</span>http://stackoverflow.com/questions/3697686/why-is-auto-ptr-being-deprecated</a> </p> </description> <category>Ticket</category> </item> </channel> </rss>