mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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
|
||||
#endif
|
||||
|
||||
#if !__has_feature(__cxx_generic_lambdas__)
|
||||
#if !__has_feature(__cxx_generic_lambdas__) || (__clang_major__ < 4)
|
||||
# define BOOST_NO_CXX14_GENERIC_LAMBDAS
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user