Skip to content
Commit 39b0644b authored by Jeff Cohen's avatar Jeff Cohen
Browse files

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
parent fb217c6b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment