On Feb 8, 2013, at 3:25 PM, John McCall <[email protected]> wrote: > On Feb 8, 2013, at 12:29 PM, Jason Haslam <[email protected]> wrote: >> On Feb 8, 2013, at 12:32 PM, Dmitri Gribenko <[email protected]> wrote: >>> On Wed, Feb 6, 2013 at 11:19 PM, Jason Haslam <[email protected]> >>> wrote: >>>> MSVC accepts this: >>>> >>>> class A { >>>> A::A(); >>>> }; >>>> >>>> Clang accepts regular member functions with extra qualification as an MS >>>> extension, but not constructors. >>> >>> Please also add a test that checks that we don't accept this in >>> non-msext mode. It should probably go into >>> test/CXX/class/class.ctor/p1.cpp. >> >> Sure. > > Approved.
Thanks. Can someone commit this for me? I don't have commit access. Jason _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
