On Sun, Jul 13, 2014 at 9:43 PM, Nikola Smiljanić <popiz...@gmail.com> wrote:
> Thanks for the input guys, I have two questions:
>
> 1. MSDN states "__super can only appear within the body of a member 
> function." and yet msvc accepts it in a number of places (data member 
> declaration, typedef, etc.). Do we wan't to be bug for bug compatible with 
> msvc as I see that as major pain?

I don't think we need to, unless it's easier to be behavior-compatible
for some reason. If there's a need to implement those behaviors (eg,
if some platform header is relying on it, etc), we can do that later.

~Aaron

_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to