Skip to content

Commit

Permalink
Disable constexpr data() test for msvc-14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 25, 2025
1 parent 19f02c7 commit 7ca2f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/array_data_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_MSVC, < 1910)

BOOST_PRAGMA_MESSAGE("Test skipped because BOOST_MSVC < 1910")

#else

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

0 comments on commit 7ca2f11

Please sign in to comment.