diff options
-rw-r--r-- | Source/cmStandardIncludes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 5fbb67d..36f2535 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -87,11 +87,6 @@ #include <stdio.h> #include <stdlib.h> -// if std:: is not supported, then just #define it away -#ifdef CMAKE_NO_STD_NAMESPACE -#define std -#endif - #if defined( _MSC_VER ) typedef unsigned short mode_t; #endif |