Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / _libcxx_helpers.h
index d2f8b23..755337d 100644 (file)
@@ -20,5 +20,11 @@ extern void abort() __asm__ ("abort") __attribute__((noreturn));
 extern void debug(const char *, ...);
 };
 
+#if _CXX11_AVAIL
+#define _CXX11_MOVE(val)       ::std::move(val)
+#else
+#define _CXX11_MOVE(val)       val
+#endif
+
 #endif
 

UCC git Repository :: git.ucc.asn.au