Boost C++ Libraries: Ticket #12029: ice.hpp deprecated in 1.60 yet still included from some headers https://svn.boost.org/trac10/ticket/12029 <p> Using boost for linux. </p> <ol><li>include/boost/detail/named_template_params.hpp </li><li>include/boost/lexical_cast/lexical_cast_old.hpp </li></ol><p> Both include ice.hpp even though this header is deprecated. </p> <p> Note: I've reported for the version 1.60 which I've got installed on my Archlinux. I've also checked github master branch and the deprecated header is still included. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12029 Trac 1.4.3 John Maddock Sat, 12 Mar 2016 18:35:39 GMT component changed; owner set https://svn.boost.org/trac10/ticket/12029#comment:1 https://svn.boost.org/trac10/ticket/12029#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Antony Polukhin</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">lexical_cast</span> </li> </ul> <p> I've opened a PR for the lexical_cast issue: <a class="ext-link" href="https://github.com/boostorg/lexical_cast/pull/16"><span class="icon">​</span>https://github.com/boostorg/lexical_cast/pull/16</a> </p> <p> The named_template_params.hpp I'm inclined to ignore as it only effects Borland C++ and support for that compiler is untested these days anyway. </p> Ticket Tobias Olbrich Sun, 08 May 2016 22:27:21 GMT <link>https://svn.boost.org/trac10/ticket/12029#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12029#comment:2</guid> <description> <p> ice.hpp is also included by </p> <p> boost/python/detail/def_helper.hpp </p> <p> which gets dragged in if you use boost/python.hpp </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 09 May 2016 10:31:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12029#comment:3 https://svn.boost.org/trac10/ticket/12029#comment:3 <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">fixed</span> </li> </ul> <p> I've checked and that's fixed in 1.61 release candidate. </p> Ticket