Skip to content

Commit

Permalink
Disable array_copy_test_cx for GCC 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 25, 2025
1 parent ea9dbd5 commit b44be8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/array_copy_test_cx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_NO_CXX11_CONSTEXPR is defined")

#elif BOOST_WORKAROUND(BOOST_GCC, < 50000)

BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_GCC < 50000")

#else

#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
Expand Down

0 comments on commit b44be8d

Please sign in to comment.