Explorar o código

cmStandardIncludes: Remove std namespace hack.

Stephen Kelly %!s(int64=11) %!d(string=hai) anos
pai
achega
3ec1bb1537
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      Source/cmStandardIncludes.h

+ 0 - 5
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