summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r--cpp/include/IceUtil/Config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h
index fb0f6f96a19..0025b723915 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -149,6 +149,13 @@
#endif
//
+// If we use Visual C++ 6.0, we must use STLport
+//
+#if defined(_MSC_VER) && (_MSC_VER < 1300) && !defined(_STLP_BEGIN_NAMESPACE)
+# error "Ice for Visual C++ 6.0 requires STLport"
+#endif
+
+//
// By deriving from this class, other classes are made non-copyable.
//
namespace IceUtil