On Mon, Nov 3, 2008 at 7:28 PM, Eli Friedman <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 2:47 PM, Douglas Gregor <[EMAIL PROTECTED]> wrote: >> Author: dgregor >> Date: Mon Nov 3 16:47:57 2008 >> New Revision: 58649 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=58649&view=rev >> Log: >> Check that this cannot be used in a default argument. Happily, it was >> already implemented > > Not quite; try the following testcase: > class a {int x() {int b(a* x = this);}};
So much for late-day commits! Thanks, Eli. - Doug _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
