forked from boostorg/config
Clang now has a querying macro for BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS. Use this querying macro and remove version checks.
[SVN r77752]
This commit is contained in:
@ -71,8 +71,7 @@
|
|||||||
# define BOOST_NO_LAMBDAS
|
# define BOOST_NO_LAMBDAS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !(defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L) \
|
#if !__has_feature(cxx_local_type_template_args)
|
||||||
|| __clang_major__ < 2 || (__clang_major__ == 2 && __clang_minor__ < 8)
|
|
||||||
# define BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS
|
# define BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user