[LLVMdev] win32 still broken
Jeff Cohen
jeffc at jolt-lang.org
Sun Dec 19 19:32:10 PST 2004
I'm having trouble keeping up with you guys :-)
No sooner than I fix the previous problems that another one is created:
c:\llvm\lib\Support\Timer.cpp(140) : error C2039: 'find' : is not a
member of 'std'
c:\llvm\lib\Support\Timer.cpp(140) : error C3861: 'find': identifier not
found, even with argument-dependent lookup
c:\llvm\lib\Support\Timer.cpp(270) : error C2039: 'sort' : is not a
member of 'std'
c:\llvm\lib\Support\Timer.cpp(270) : error C3861: 'sort': identifier not
found, even with argument-dependent lookup
VC++ defines these in <algorithm>. Ok to add an #include for it? Won't
break some other platform?
More information about the llvm-dev
mailing list