Procházet zdrojové kódy

ENH: fix for dec compiler, they still do not have the correct ansi stream library

Bill Hoffman před 24 roky
rodič
revize
7d6eb54cf0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Source/cmStandardIncludes.h

+ 1 - 1
Source/cmStandardIncludes.h

@@ -83,7 +83,7 @@
 #endif
 
 #ifdef __DECCXX_VER
-# if __DECCXX_VER <= 60390002
+# if __DECCXX_VER <= 60390008 
 #  define CM_HAS_STD_BUT_NOT_FOR_IOSTREAM
 # endif
 #endif