diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-09 04:13:09 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-09 04:13:09 +0000 |
commit | 39b0644b428aff695e9be60ed79cb3cd54584fec (patch) | |
tree | e3701b3f18c202e75a3ab89244d16988ee4685b3 /llvm/lib/System/Program.cpp | |
parent | fb217c6b9416f86cbf760a8b81dff444cbf8bcb1 (diff) | |
download | llvm-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