fixed ifdef on vis C++ version

This commit is contained in:
Jeff Hill
2000-09-27 19:42:16 +00:00
parent a393e78f0d
commit 75eb4853f3

View File

@@ -145,7 +145,7 @@ public:
T *lookup (const ID &idIn) const; // locate entry
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1100
//
// required by MS vis c++ 5.0 (but not by 4.0)
//