Skip to content

Commit ec05d6c

Browse files
committed
Disable array_iterator_test_cx for GCC 4.x
1 parent 18ec623 commit ec05d6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/array_iterator_test_cx.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_NO_CXX11_CONSTEXPR is defined")
1616

1717
BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_MSVC < 1910")
1818

19+
#elif BOOST_WORKAROUND(BOOST_GCC, < 50000)
20+
21+
BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_GCC < 50000")
22+
1923
#else
2024

2125
#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)

0 commit comments

Comments
 (0)