[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen
jeffc at jolt-lang.org
Fri Sep 24 08:17:41 PDT 2004
Actually, <algorithm> is not correct. This remove is in stdio.h and
io.h in VC7.1. It removes a file, not elements from a collection.
The proper solution is to not use remove at all and use
Path::destroy_file().
On Fri, 24 Sep 2004 08:09:37 -0700
Jeff Cohen <jeffc at jolt-lang.org> wrote:
> <algorithm> works too.
>
> On Fri, 24 Sep 2004 10:09:21 -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
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list