diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-05 19:29:07 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-08 21:10:15 (GMT) |
commit | 3ec1bb1537c41f58da2dc6715e4964a38d1b1043 (patch) | |
tree | 82c7e0db1f41905a13a4682ea5f9cbd4f0c3458e /Source/cmStandardIncludes.h | |
parent | bb3bce706a2d41efa034f5b8e71ad701982acf5d (diff) | |
download | CMake-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.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 |