From 3ec1bb1537c41f58da2dc6715e4964a38d1b1043 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 5 Jan 2015 20:29:07 +0100 Subject: cmStandardIncludes: Remove std namespace hack. --- Source/cmStandardIncludes.h | 5 ----- 1 file changed, 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 #include -// 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 -- cgit v0.12