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);}};
-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits