浏览代码

Fix the documentation to say what it really does. Bug #9638

Bill Hoffman 16 年之前
父节点
当前提交
07c3597a86
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      Modules/TestForANSIForScope.cmake
  2. 1 1
      Modules/TestForANSIStreamHeaders.cmake
  3. 2 2
      Modules/TestForSSTREAM.cmake

+ 1 - 1
Modules/TestForANSIForScope.cmake

@@ -1,5 +1,5 @@
 # - Check for ANSI for scope support
-# Check if the compiler supports std:: on stl classes.
+# Check if the compiler restricts the scope of variables declared in a for-init-statement to the loop body.
 #  CMAKE_NO_ANSI_FOR_SCOPE - holds result
 #
 

+ 1 - 1
Modules/TestForANSIStreamHeaders.cmake

@@ -1,5 +1,5 @@
 # - Test for compiler support of ANSI stream headers iostream, etc.
-# check if we they have the standard ansi stream files (without the .h)
+# check if the compiler supports the standard ANSI iostream header (without the .h)
 #  CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
 #
 

+ 2 - 2
Modules/TestForSSTREAM.cmake

@@ -1,5 +1,5 @@
-# # - Test for std:: namespace support
-# check if the compiler supports std:: on stl classes
+# - Test for compiler support of ANSI sstream header
+# check if the compiler supports the standard ANSI sstream header
 #  CMAKE_NO_ANSI_STRING_STREAM - defined by the results
 #