Remove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of emulating code
[libcds.git] / cds / compiler / icl / defs.h
index 50c7e490e441abd1d7fe21bc98c65c5c28906827..9e6e9ec5d1560be401ecfdc4109099d72e24e99c 100644 (file)
@@ -84,9 +84,6 @@
 #define CDS_NOEXCEPT_SUPPORT        noexcept
 #define CDS_NOEXCEPT_SUPPORT_(expr) noexcept(expr)
 
-// Lambda (ICL 12 +)
-#define CDS_CXX11_LAMBDA_SUPPORT
-
 // C++11 inline namespace
 #define CDS_CXX11_INLINE_NAMESPACE_SUPPORT