diff --git a/config.h b/config.h index cb61f609..04b850d5 100644 --- a/config.h +++ b/config.h @@ -1026,7 +1026,7 @@ NAMESPACE_END #endif // alignof // lambdas: MS at VS2012 (17.00); GCC at 4.9; Clang at 3.3; Intel 12.0; SunCC 5.14. -#if (CRYPTOPP_MSC_VERSION >= 1700) || __has_feature(cxx_lambda) || \ +#if (CRYPTOPP_MSC_VERSION >= 1700) || __has_feature(cxx_lambdas) || \ (__INTEL_COMPILER >= 1200) || (CRYPTOPP_GCC_VERSION >= 40900) || (__SUNPRO_CC >= 0x5140) # define CRYPTOPP_CXX11_LAMBDA 1 #endif // lambdas