Skip to content

Commit ea9dbd5

Browse files
committed
Disable array_init_test_cx for GCC 4.x
1 parent 5c05254 commit ea9dbd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/array_init_test_cx.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_NO_CXX11_CONSTEXPR is defined")
1414

15+
#elif BOOST_WORKAROUND(BOOST_GCC, < 50000)
16+
17+
BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_GCC < 50000")
18+
1519
#else
1620

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

0 commit comments

Comments
 (0)