[cfe-dev] [PATCH] MS compatibility flag implies delayed parsing

Aaron Ballman aaron at aaronballman.com
Tue Nov 15 11:27:03 PST 2011


On Tue, Nov 15, 2011 at 1:20 PM, Ruben Van Boxem
<vanboxem.ruben at gmail.com> wrote:
> Hold your horses! Win32 != borked MSVC headers! There's also GCC for
> windows, and as I don't know what implications the delayed template parsing
> has on the libstdc++/libc++ headers, it's not a good idea to make this a
> default for Win32.

We're talking about -fms-compatibility, which does = borked MSVC
headers, which generally require delayed template parsing.  That's why
the discussion is happening about making -fms-compatibility
automatically adding -fdelayed-template-parsing.

~Aaron



More information about the cfe-dev mailing list