mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Disable test_string_generator_cx for GCC 6 as well
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
BOOST_PRAGMA_MESSAGE("Skipping test because BOOST_NO_CXX14_CONSTEXPR is defined")
|
||||
int main() {}
|
||||
|
||||
#elif defined(BOOST_GCC) && BOOST_GCC < 60000
|
||||
#elif defined(BOOST_GCC) && BOOST_GCC < 70000
|
||||
|
||||
BOOST_PRAGMA_MESSAGE("Skipping test because BOOST_GCC < 60000")
|
||||
BOOST_PRAGMA_MESSAGE("Skipping test because BOOST_GCC < 70000")
|
||||
int main() {}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user