summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Functional.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/Functional.h')
-rw-r--r--cpp/include/IceUtil/Functional.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Functional.h b/cpp/include/IceUtil/Functional.h
index 383265ea876..44156112fb7 100644
--- a/cpp/include/IceUtil/Functional.h
+++ b/cpp/include/IceUtil/Functional.h
@@ -388,7 +388,7 @@ secondConstVoidMemFun1(void (T::*p)(A) const)
// ----------------------------------------------------------------------
// Extension for STLport: Special versions for bind1st and bind2nd for
// operations that do not return anything (i.e., return void). Needed
-// for broken compilers, such as Visual C++
+// for broken compilers, such as Visual C++ 6.0.
// ----------------------------------------------------------------------
#ifdef _STLP_BEGIN_NAMESPACE