Boost C++ Libraries: Ticket #6986: C++11 feature used unconditionally https://svn.boost.org/trac10/ticket/6986 <p> test/tools/impl.hpp line 92 uses std::numeric_limits&lt;T&gt;::max_digits10, a C++11 feature, without checking if it can be used. This results in compiler errors in gcc when -std=c++0x is not supplied. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6986 Trac 1.4.3 Gennadiy Rozental Sat, 03 Nov 2012 05:34:47 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6986#comment:1 https://svn.boost.org/trac10/ticket/6986#comment:1 <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> Ticket