summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Functional.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-03-04 14:01:47 +0000
committerMarc Laukien <marc@zeroc.com>2005-03-04 14:01:47 +0000
commitd94cd28ca960b4179f184ff61c452cf0a8647ca0 (patch)
tree36474415a0c9368e10a118be3d420df310a2e2f1 /cpp/include/IceUtil/Functional.h
parentMoved the SSL configuration and makecerts script for consistency with the (diff)
downloadice-d94cd28ca960b4179f184ff61c452cf0a8647ca0.tar.bz2
ice-d94cd28ca960b4179f184ff61c452cf0a8647ca0.tar.xz
ice-d94cd28ca960b4179f184ff61c452cf0a8647ca0.zip
#error for VC++ 6.0 w/o STLport
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