[Mobies-commit] [commit] r3648 - UDM/trunk/include

endre at redhat1.isis.vanderbilt.edu endre at redhat1.isis.vanderbilt.edu
Fri Feb 18 14:21:57 CST 2011


Author: endre
Date: Fri Feb 18 14:21:57 2011
New Revision: 3648

Log:
Define UDM_RVALUE when compiling with g++ with enabled experimental features (g++ -std=c++0x)

Modified:
   UDM/trunk/include/ErrHand.h

Modified: UDM/trunk/include/ErrHand.h
==============================================================================
--- UDM/trunk/include/ErrHand.h	Fri Feb 18 14:20:37 2011	(r3647)
+++ UDM/trunk/include/ErrHand.h	Fri Feb 18 14:21:57 2011	(r3648)
@@ -62,6 +62,10 @@
 #define UDM_NAMESPACE Udm
 #endif /* _WIN32 */
 
+#ifdef __GXX_EXPERIMENTAL_CXX0X__
+#define UDM_RVALUE
+#endif
+
 class udm_exception : public exception
 {
 public:


More information about the Mobies-commit mailing list