Boost C++ Libraries: Ticket #11283: Variant: Missing include in element_index.hpp https://svn.boost.org/trac10/ticket/11283 <p> Building with Boost 1.58 failed due to what looks like a simple case of a missing include. </p> <p> libs/variant/include/boost/variant/detail/element_index.hpp uses boost::remove_cv from type_traits, but does not include boost/type_traits/remove_cv.hpp, leading to build failure. </p> <p> Patch attached. </p> <p> Regards, Roger Leigh </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11283 Trac 1.4.3 Roger Leigh <rleigh@…> Mon, 11 May 2015 19:04:21 GMT attachment set https://svn.boost.org/trac10/ticket/11283 https://svn.boost.org/trac10/ticket/11283 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0001-Add-missing-type_traits-include-to-element_index.hpp.patch</span> </li> </ul> <p> Add missing include </p> Ticket Roger Leigh <rleigh@…> Mon, 11 May 2015 19:16:38 GMT <link>https://svn.boost.org/trac10/ticket/11283#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11283#comment:1</guid> <description> <p> Note, /boost/variant/polymorphic_get.hpp is also missing this include and this category of problem might extend to other headers as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Mon, 22 Jun 2015 19:31:53 GMT</pubDate> <title>owner, status, milestone changed https://svn.boost.org/trac10/ticket/11283#comment:2 https://svn.boost.org/trac10/ticket/11283#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">ebf</span> to <span class="trac-author">Antony Polukhin</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> Thanks for the report and sorry for the delay! This issue has been <a class="ext-link" href="https://github.com/boostorg/variant/commit/2b2cc6543c44beeb8331dc8e1a7eff2e071a8cc8"><span class="icon">​</span>fixed</a>. </p> Ticket Antony Polukhin Tue, 28 Jul 2015 20:17:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11283#comment:3 https://svn.boost.org/trac10/ticket/11283#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket