summaryrefslogtreecommitdiffstats
path: root/Modules/TestForANSIForScope.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-10-02 12:44:51 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-10-02 12:44:51 (GMT)
commit07c3597a86223048a61118619be39f9bf47270e4 (patch)
tree21e2b1792d5d86eec810043997cd4d7e0176f4b4 /Modules/TestForANSIForScope.cmake
parent2e78b58d797e73df17927091741f757097023dd7 (diff)
downloadCMake-07c3597a86223048a61118619be39f9bf47270e4.zip
CMake-07c3597a86223048a61118619be39f9bf47270e4.tar.gz
CMake-07c3597a86223048a61118619be39f9bf47270e4.tar.bz2
Fix the documentation to say what it really does. Bug #9638
Diffstat (limited to 'Modules/TestForANSIForScope.cmake')
-rw-r--r--Modules/TestForANSIForScope.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake
index f8089e5..6581d07 100644
--- a/Modules/TestForANSIForScope.cmake
+++ b/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
#