summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_sstream.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-31 13:21:35 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-31 13:21:35 (GMT)
commite3c2c1923a9e9b46101bdc84b9e5a7601a95909d (patch)
tree52be202ad1e392758b1c6cfa050dae1dd3c35f20 /Source/kwsys/kwsys_ios_sstream.h.in
parentd81875fb87e297ffd8d73137fdb6d84023f58d6a (diff)
downloadCMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.zip
CMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.tar.gz
CMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.tar.bz2
STYLE: Remove references to std:: inside KWSys, even in comments. This will allow a commit check to be added.
Diffstat (limited to 'Source/kwsys/kwsys_ios_sstream.h.in')
-rw-r--r--Source/kwsys/kwsys_ios_sstream.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/kwsys_ios_sstream.h.in b/Source/kwsys/kwsys_ios_sstream.h.in
index 42e247e..ad20155 100644
--- a/Source/kwsys/kwsys_ios_sstream.h.in
+++ b/Source/kwsys/kwsys_ios_sstream.h.in
@@ -52,7 +52,7 @@
# pragma warning(pop)
# endif
-// Only have old std::strstream classes. Wrap them to look like new
+// Only have old std strstream classes. Wrap them to look like new
// ostringstream and istringstream classes.
# include <@KWSYS_NAMESPACE@/stl/string>