Boost C++ Libraries: Ticket #13027: type_index/stl_type_index.hpp incorrect compiler check https://svn.boost.org/trac10/ticket/13027 <p> In file stl_type_index.hpp on line 181 there's a compiler check that only works for gcc 4.5 or newer, but only up to gcc 4.9. For gcc5 and gcc6 the other code line (using boost::hash_range) is executed, even though std::type_info::hash_code() is a C++11 feature and supported by these newer gcc versions. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13027 Trac 1.4.3 Antony Polukhin Thu, 18 May 2017 19:37:20 GMT status changed https://svn.boost.org/trac10/ticket/13027#comment:1 https://svn.boost.org/trac10/ticket/13027#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Antony Polukhin Thu, 18 May 2017 19:53:17 GMT milestone changed https://svn.boost.org/trac10/ticket/13027#comment:2 https://svn.boost.org/trac10/ticket/13027#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.65.0</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/apolukhin/type_index/commit/be74716251a651c71dd6ef78ff90ff513091daa0"><span class="icon">​</span>be747162</a> in develop branch. Will be merged to master as soon as the regression tests will cycle. </p> Ticket Antony Polukhin Tue, 26 Sep 2017 18:08:23 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13027#comment:3 https://svn.boost.org/trac10/ticket/13027#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