search for: 1007191

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

Did you mean: 1007181
2009 Nov 16
2
[LLVMdev] next
Evan Cheng wrote: > I am pretty sure the .cpp files always explicitly use "llvm" namespace. Look for: > using namespace llvm; > > Is that sufficient? > No; once it's visible through ADL (because ilist<>::iterator extends std::iterator) there's no hiding or precedence mechanism we can exploit. On the other hand, AFAICT std::next is interchangeable with