mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 11:47:14 +02:00
Disable __VA_OPT__ for Clang 8 as well
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
# if defined(__cplusplus) && __cplusplus > 201703L
|
||||
# if defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 8 && __GNUC__ < 10
|
||||
# define BOOST_PP_VARIADIC_HAS_OPT() 0
|
||||
# elif defined(__clang__) && __clang_major__ < 9
|
||||
# define BOOST_PP_VARIADIC_HAS_OPT() 0
|
||||
# else
|
||||
# include <boost/preprocessor/variadic/detail/has_opt.hpp>
|
||||
# define BOOST_PP_VARIADIC_HAS_OPT() \
|
||||
|
Reference in New Issue
Block a user