aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/System/Program.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-09 04:13:09 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-09 04:13:09 +0000
commit39b0644b428aff695e9be60ed79cb3cd54584fec (patch)
treee3701b3f18c202e75a3ab89244d16988ee4685b3 /llvm/lib/System/Program.cpp
parentfb217c6b9416f86cbf760a8b81dff444cbf8bcb1 (diff)
downloadllvm-39b0644b428aff695e9be60ed79cb3cd54584fec.zip
llvm-39b0644b428aff695e9be60ed79cb3cd54584fec.tar.gz
llvm-39b0644b428aff695e9be60ed79cb3cd54584fec.tar.bz2
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. llvm-svn: 19411
Diffstat (limited to 'llvm/lib/System/Program.cpp')
0 files changed, 0 insertions, 0 deletions