id summary reporter owner description type status milestone component version severity resolution keywords cc 11565 Compilation error with gcc 5.2 and segmented stacks Philipp Koegel olli "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. The culprit is this check in detail/config.hpp:53: '__GNUC__ > 3 && __GNUC_MINOR__ > 6' which obviously fails with version 5.2. " Bugs closed To Be Determined context Boost Release Branch Problem fixed