search for: d6f738ca

Displaying 1 result from an estimated 1 matches for "d6f738ca".

Did you mean: bd6f738a
2009 Jan 21
1
[LLVMdev] Interactions between LLVM and the Microsoft C++ runtime
Hi, > The problem that I've run into is that the LLVM codebase does > certain "idiomatic" things with STL containers that cause assertion > failures in the Microsoft runtime. Most notably: > - Taking the address of the "first element" of an emtpy vector > (either &v[0] or &*v.begin()) > - Using an iterator into a collection (even if just for