search for: implicid

Displaying 6 results from an estimated 6 matches for "implicid".

Did you mean: implicit
2004 Sep 24
2
[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen wrote: >But I compiled that under vc7.1 as it was! > > ;-(( Probably is an implicid includes, but I'm using the STLPort standard library for LLVM (because it's not possible to use hash_map and hash_set of microsoft) cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /DHAVE_WINDOWS_H /ISTLport-4.6.2\stlport /Illv...
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
On Fri, 2004-09-24 at 09:43, Paolo Invernizzi wrote: > Jeff Cohen wrote: > > >But I compiled that under vc7.1 as it was! > > > > > ;-(( > > Probably is an implicid includes, but I'm using the STLPort standard > library for LLVM (because it's not possible to use hash_map and hash_set > of microsoft) std::remove is in <algorithm> -- Alkis
2004 Sep 24
6
[LLVMdev] Little win32/Signals.cpp patch
...1 -0500 Alkis Evlogimenos <alkis at cs.uiuc.edu> wrote: > On Fri, 2004-09-24 at 09:43, Paolo Invernizzi wrote: > > Jeff Cohen wrote: > > > > >But I compiled that under vc7.1 as it was! > > > > > > > > ;-(( > > > > Probably is an implicid includes, but I'm using the STLPort standard > > library for LLVM (because it's not possible to use hash_map and hash_set > > of microsoft) > > std::remove is in <algorithm> > > -- > > Alkis > > ______________________________________________...
2004 Sep 24
0
[LLVMdev] Little win32/Signals.cpp patch
...> wrote: > > > On Fri, 2004-09-24 at 09:43, Paolo Invernizzi wrote: > > > Jeff Cohen wrote: > > > > > > >But I compiled that under vc7.1 as it was! > > > > > > > > > > > ;-(( > > > > > > Probably is an implicid includes, but I'm using the STLPort standard > > > library for LLVM (because it's not possible to use hash_map and hash_set > > > of microsoft) > > > > std::remove is in <algorithm> > > > > -- > > > > Alkis > > > &...
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>