]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Config.h
...
[FrontAlgorithms.git] / lib / fpa / Config.h
index c59b1beb4d82b890c452b5cc880b1cd1448746fc..9728f0bb4fa1723e788e4000206daf7340180fde 100644 (file)
@@ -7,20 +7,6 @@
  * =========================================================================
  */
 
-#if __cplusplus >= 201103L
-#  define fpa_OVERRIDE override
-#  define fpa_DELETE_FUNCTION =delete
-#  define fpa_NULLPTR  nullptr
-#  define fpa_NOEXCEPT noexcept
-#  define fpa_HAS_CXX11_STATIC_ASSERT
-#  define fpa_HAS_CXX11_RVREF
-#else
-#  define fpa_OVERRIDE
-#  define fpa_DELETE_FUNCTION
-#  define fpa_NULLPTR  NULL
-#  define fpa_NOEXCEPT throw()
-#endif
-
 #endif // __fpa__Config__h__
 
 // eof - $RCSfile$