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: [C++1y] [Implicit Fix instantiation of implicit function template forward declarations.


On 09/23/2013 01:53 AM, Adam Butcher wrote:
+      if (member_p)
+    decl = finish_fully_implicit_template (parser, decl);
+      else
+    finish_fully_implicit_template (parser, /*member_decl_opt=*/0);

Why don't we want to return the template for the non-member case?

Jason


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