forked from boostorg/config
clang-3.5: another try at figuring which auto expression is failing.
This commit is contained in:
@ -269,7 +269,7 @@
|
|||||||
# define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
|
# define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !__has_feature(__cxx_generic_lambdas__)
|
#if !__has_feature(__cxx_generic_lambdas__) || (__clang_major__ < 4)
|
||||||
# define BOOST_NO_CXX14_GENERIC_LAMBDAS
|
# define BOOST_NO_CXX14_GENERIC_LAMBDAS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user