From 4fa5aabfcff666fb0ef8a32093cb2b405b334c34 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Tue, 20 Jul 2004 11:08:47 +0000 Subject: [PATCH] VC2005 fix This was SVN commit r779. --- source/lib/precompiled.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/lib/precompiled.h b/source/lib/precompiled.h index 17176b3f58..c09a30ff92 100755 --- a/source/lib/precompiled.h +++ b/source/lib/precompiled.h @@ -11,6 +11,10 @@ #pragma warning(disable:4786) // identifier truncated to 255 chars #endif +// HACK: Allow compilation on VC2005. (RingBuf doesn't like +// iterator debugging - a better solution would be to fix that.) +#define _HAS_ITERATOR_DEBUGGING 0 + #ifdef HAVE_PCH #include