diff --git a/stdcpp.h b/stdcpp.h index 2d149592..bf23df42 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -28,8 +28,8 @@ #include #include -// R-value references and std::move -#if defined(__cplusplus >= 201103L) +// Rvalue references and std::move +#if (__cplusplus >= 201103L) || (_MSC_VER >= 1600) # include #endif