Remove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of emulating code
[libcds.git] / cds / compiler / defs.h
index 95290eae31311688eaa3d2a2a5de6dcf63621aad..b61b29777b3d51b231140dc203139cdb32c7a839 100644 (file)
@@ -6,6 +6,7 @@
 /*
     Required C++11 features:
     - move semantics [CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT]
+    - lambda function [CDS_CXX11_LAMBDA_SUPPORT]
     - variadic template [CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT]
     - template alias [CDS_CXX11_TEMPLATE_ALIAS_SUPPORT]
     - explicit conversion operator [CDS_CXX11_EXPLICIT_CONVERSION_OPERATOR_SUPPORT]