summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-05 19:29:07 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-01-08 21:10:15 (GMT)
commit3ec1bb1537c41f58da2dc6715e4964a38d1b1043 (patch)
tree82c7e0db1f41905a13a4682ea5f9cbd4f0c3458e /Source/cmStandardIncludes.h
parentbb3bce706a2d41efa034f5b8e71ad701982acf5d (diff)
downloadCMake-3ec1bb1537c41f58da2dc6715e4964a38d1b1043.zip
CMake-3ec1bb1537c41f58da2dc6715e4964a38d1b1043.tar.gz
CMake-3ec1bb1537c41f58da2dc6715e4964a38d1b1043.tar.bz2
cmStandardIncludes: Remove std namespace hack.
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h5
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