Hi Eli, On Sat, June 11, 2011 22:36, Eli Friedman wrote: > On Sat, Jun 11, 2011 at 10:19 AM, Richard Smith > <[email protected]> wrote: > >> Author: rsmith >> Date: Sat Jun 11 12:19:42 2011 >> New Revision: 132878 >> >> >> URL: http://llvm.org/viewvc/llvm-project?rev=132878&view=rev >> Log: >> Implement support for C++11 in-class initialization of non-static data >> members. > > The following crashes (without C++0x enabled) with your patch: > > struct S { typedef C = 0; };
I was aware of this, thanks for the reminder. Fixed in r132890. Regards, Richard _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
