From 12f82b7e37ae9133819a215225c13595fbcba9e2 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 9 Jan 2005 04:13:09 +0000 Subject: [PATCH] Workaround a VC++ bug. Microsoft puts the hash_map class in namespace stdext, but this classes uses a utility function in namespace std. But Microsoft apparently assumes everyone will "using namespace std;". As LLVM doesn't.... Add a "use std::_Distance;" to get it working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19411 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/Configure/Configure.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj index c0178cbe03a..fd7de1164c7 100644 --- a/win32/Configure/Configure.vcproj +++ b/win32/Configure/Configure.vcproj @@ -98,7 +98,7 @@ -- 2.34.1