소스 검색

Remove workaround for GCC < 3 ios_base absence.

Stephen Kelly 11 년 전
부모
커밋
f07d96ccf4
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Source/cmStandardIncludes.h

+ 0 - 5
Source/cmStandardIncludes.h

@@ -146,11 +146,6 @@ extern int putenv (char *__string) __THROW;
 #define for if(false) {} else for
 #endif
 
-// Provide std::ios_base on ancient GCC 2.9x
-#if defined(__GNUC__) && __GNUC__ < 3
-namespace std { typedef ios ios_base; }
-#endif
-
 // check for the 720 compiler on the SGI
 // which has some strange properties that I don't think are worth
 // checking for in a general way in configure