[LLVMdev] Little win32/Signals.cpp patch
Misha Brukman
brukman at uiuc.edu
Fri Sep 24 08:25:13 PDT 2004
On Fri, Sep 24, 2004 at 08:17:41AM -0700, Jeff Cohen wrote:
> 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().
But don't you want to use ::remove instead of std::remove then?
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
More information about the llvm-dev
mailing list