clang-3.5: another try at figuring which auto expression is failing.

This commit is contained in:
jzmaddock
2019-06-23 08:46:45 +01:00
parent b3c5c3a442
commit 1c712d0bf0

View File

@ -269,7 +269,7 @@
# define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
#endif
#if !__has_feature(__cxx_generic_lambdas__)
#if !__has_feature(__cxx_generic_lambdas__) || (__clang_major__ < 4)
# define BOOST_NO_CXX14_GENERIC_LAMBDAS
#endif