Remove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT macros and emulating code
[libcds.git] / cds / compiler / icl / defs.h
index 8094f321ef882ddf48ab95442b192e1c7c183316..50c7e490e441abd1d7fe21bc98c65c5c28906827 100644 (file)
 // Lambda (ICL 12 +)
 #define CDS_CXX11_LAMBDA_SUPPORT
 
-// RValue (ICL 10+)
-#define CDS_RVALUE_SUPPORT
-#define CDS_MOVE_SEMANTICS_SUPPORT
-
 // C++11 inline namespace
 #define CDS_CXX11_INLINE_NAMESPACE_SUPPORT