Hi Martin,

since a week or two ago, ms mode implies std=c++11. Microsoft's compiler
doesn't have language levels, so that's required to parse headers on
windows anyway. Is that not good enough for this case?

Nico

On Mon, Sep 3, 2012 at 12:32 AM, Martin Vejnár <[email protected]>wrote:

> Hi,
>
> the above patch converts err_right_angle_bracket_equal_needs_space to
> warn_cxx98_compat_two_right_angle_brackets when MS compatibility is enabled
> (VS allowed consecutive angle brackets as template terminators since at
> least version 2008, even when language extensions are disabled).
>
> Eli Friedman suggested that MS compatibility might only be supported in
> c++11 mode. If he's right, then please ignore.
>
> Best regards,
> --
> Martin
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to