mirror of
https://github.com/boostorg/container_hash.git
synced 2026-08-03 20:24:15 +02:00
Disable hash_variant_test2 under Clang < 7.1
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
BOOST_PRAGMA_MESSAGE( "Skipping test because BOOST_NO_CXX17_HDR_VARIANT is defined" )
|
||||
int main() {}
|
||||
|
||||
#elif defined(BOOST_CLANG_VERSION) && BOOST_CLANG_VERSION < 70100
|
||||
|
||||
BOOST_PRAGMA_MESSAGE( "Skipping test because BOOST_CLANG_VERSION < 70100" )
|
||||
int main() {}
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
Reference in New Issue
Block a user