Remove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of emulating code
[libcds.git] / cds / compiler / clang / defs.h
index 907577804942dd713769e4e4366e939f16d3cb7c..41e3e0f360a76b6a3ef5afdc7a09c0cbf684fe41 100644 (file)
@@ -28,9 +28,6 @@
 // C++11 inline namespace
 #define CDS_CXX11_INLINE_NAMESPACE_SUPPORT
 
-// Lambda
-#define CDS_CXX11_LAMBDA_SUPPORT
-
 #define CDS_CONSTEXPR    constexpr
 #define CDS_CONSTEXPR_CONST constexpr const