Remove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT macros and emulating code
[libcds.git] / cds / compiler / vc / defs.h
index f359560a85fb7d294843ec77c92f2810c8fc581d..84700abc53579bb7da09983c7bb420d63d431464 100644 (file)
 // Lambda (VC 10 +)
 #define CDS_CXX11_LAMBDA_SUPPORT
 
-// RValue (VC 10+)
-#define CDS_RVALUE_SUPPORT
-#define CDS_MOVE_SEMANTICS_SUPPORT
-
 // C++11 inline namespace
 //#define CDS_CXX11_INLINE_NAMESPACE_SUPPORT