summaryrefslogtreecommitdiff
path: root/Modules/TestForSSTREAM.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-10-02 08:44:51 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-10-02 08:44:51 -0400
commit07c3597a86223048a61118619be39f9bf47270e4 (patch)
tree21e2b1792d5d86eec810043997cd4d7e0176f4b4 /Modules/TestForSSTREAM.cmake
parent2e78b58d797e73df17927091741f757097023dd7 (diff)
downloadcmake-07c3597a86223048a61118619be39f9bf47270e4.tar.gz
Fix the documentation to say what it really does. Bug #9638
Diffstat (limited to 'Modules/TestForSSTREAM.cmake')
-rw-r--r--Modules/TestForSSTREAM.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake
index 959c9df9cb..4c8b11b974 100644
--- a/Modules/TestForSSTREAM.cmake
+++ b/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
#