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

Francois Pichet pichet2000 at gmail.com
Thu Sep 1 09:41:58 PDT 2011


I committed in r138942

On Wed, Aug 31, 2011 at 11:24 AM, Axel Naumann <Axel.Naumann at cern.ch> wrote:
> Hi Francois,
>
> Thanks. FYI, despite Doug's okay I'll not check it in and instead wait
> for your solution.
>
> Cheers, Axel.
>
>
> Francois Pichet wrote on 08/31/2011 02:39 AM:
>> 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