Boost C++ Libraries: Ticket #11565: Compilation error with gcc 5.2 and segmented stacks https://svn.boost.org/trac10/ticket/11565 <p> When using gcc 5.2 with BOOST_USE_SEGMENTED_STACKS defined I get an compilation error in detail/config.hpp, saying my compiler doesn't support segmented stacks even though it does. </p> <p> The culprit is this check in detail/config.hpp:53: '<span class="underline">GNUC</span> &gt; 3 &amp;&amp; <span class="underline">GNUC_MINOR</span> &gt; 6' which obviously fails with version 5.2. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11565 Trac 1.4.3 Philipp Koegel <philippkoegel@…> Thu, 20 Aug 2015 17:05:50 GMT attachment set https://svn.boost.org/trac10/ticket/11565 https://svn.boost.org/trac10/ticket/11565 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch.diff</span> </li> </ul> Ticket olli Fri, 21 Aug 2015 06:49:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11565#comment:1 https://svn.boost.org/trac10/ticket/11565#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> <p> fixed, thx </p> Ticket