[cfe-commits] [Patch] std::string and MSVC

Francois Pichet pichet2000 at gmail.com
Tue Aug 30 17:39:48 PDT 2011


On Tue, Aug 30, 2011 at 4:15 AM, Axel Naumann <Axel.Naumann at cern.ch> wrote:
> Hi,
>
> Attached patch enables by default -fdelayed-template-parsing on Windows
> that MSVC's STL requires to parse std::string (see
> <http://llvm.org/bugs/show_bug.cgi?id=10528>).
>
> Does that make sense?

Yes I always wanted to do this for a long time.
The only problem I see is that this cause 5 Index tests to fail
because -fdelayed-template-parsing will change the order of function
parsing.

I don't think we want to XFAIL those 5 tests on Win32.
I'll try to find a solution.



More information about the cfe-commits mailing list