Ticket #11565: patch.diff

File patch.diff, 545 bytes (added by Philipp Koegel <philippkoegel@…>, 7 years ago)
  • context/detail/config.hpp

    a b  
    5050#endif
    5151
    5252#if defined(BOOST_USE_SEGMENTED_STACKS)
    53 # if ! ( (defined(__GNUC__) && ((__GNUC__ == 4 && __GNUC_MINOR__ >= 6) || (__GNUC__ > 4)) || \
     53# if ! ( (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))) || \
    5454         (defined(__clang__) && __clang_major__ > 2 && __clang_minor__ > 3) )
    5555#  error "compiler does not support segmented_stack stacks"
    5656# endif