search for: _stl

Displaying 5 results from an estimated 5 matches for "_stl".

Did you mean: _sta
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
Hi all, Here the first bunch of patch for compiling part of LLVM under win32 with MSVC 7.1: * Trivial addings (I hope!): - #include <string> at top of: llvm\include\llvm\ExecutionEngine\ExecutionEngine.h(78) : error C2039: 'string' : is not a member of '_STL' - #include <algorithm> at top of: llvm\lib\CodeGen\LiveIntervalAnalysis.cpp(639) : error C2039: 'sort' : is not a member of '_STL' llvm\lib\CodeGen\RegAllocLinearScan.cpp(473) : error C3861: 'find': identifier not found, even with argument-dependent lo...
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
.../ISTLport-4.6.2\stlport /Illvm\include /Iinclude /Ibuild_vc71\inclu de /Illvm\include /c llvm\lib\System\Signals.cpp /Fobuild_vc71\lib\System\Signals.obj Signals.cpp d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C2039: 'remove' : is not a member of '_STL' d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(127) : error C3861: 'remove': identifier not found, even with argument-dependent lookup d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179) : error C2065: 'stderr' : undeclared identifier...
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
But I compiled that under vc7.1 as it was! On Fri, 24 Sep 2004 15:19:22 +0200 Paolo Invernizzi <arathorn at fastwebnet.it> wrote: > Adding an include for std::remove under vc7.1 > > --- > Paolo Invernizzi >
2004 Sep 24
3
[LLVMdev] Little win32/Signals.cpp patch
Adding an include for std::remove under vc7.1 --- Paolo Invernizzi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040924/e1ca1218/attachment.txt>
2004 Sep 26
2
[LLVMdev] patches and scons
...till 12 unresolved external. With major 'hacks' of the skipped files I can reach the complete link, but I'll wait till a suitable solution ;-) === * Added #include <algorithm> llvm\lib\CodeGen\LiveInterval.cpp(35) : error C2039: 'upper_bound' : is not a member of '_STL' llvm\lib\Target\TargetSchedInfo.cpp(231) : error C3861: 'sort': identifier not found, even with argument-dependent lookup * Added std:: namespace llvm\lib\Target\TargetSchedInfo.cpp(231) : error C3861: 'sort': identifier not found, even with argument-dependent lookup * Conv...