This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR c++/47172


On 02/10/2011 01:31 PM, Dodji Seketeli wrote:
+	  /* In a template scope, a call expression which
+	     id-expression is non-dependent is considered dependent if
+	     the implicit "this" is dependent.  Note that the

To be a bit clearer, the implicit 'this' is an argument even though our internal representation doesn't include it in *args, so we need to consider it specifically.


OK.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]