fix variant detection with non-clang compiler
This commit is contained in:
parent
a2baabbf71
commit
50fefd059a
1 changed files with 3 additions and 1 deletions
|
@ -196,6 +196,8 @@
|
||||||
# else
|
# else
|
||||||
# define CATCH_INTERNAL_CONFIG_CPP17_VARIANT
|
# define CATCH_INTERNAL_CONFIG_CPP17_VARIANT
|
||||||
# endif // defined(__GLIBCXX__) && defined(_GLIBCXX_RELEASE) && (_GLIBCXX_RELEASE < 9)
|
# endif // defined(__GLIBCXX__) && defined(_GLIBCXX_RELEASE) && (_GLIBCXX_RELEASE < 9)
|
||||||
|
# else
|
||||||
|
# define CATCH_INTERNAL_CONFIG_CPP17_VARIANT
|
||||||
# endif // defined(__clang__) && (__clang_major__ < 8)
|
# endif // defined(__clang__) && (__clang_major__ < 8)
|
||||||
# endif // __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
|
# endif // __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
|
||||||
#endif // __has_include
|
#endif // __has_include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue