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++ Patch] PR 57466 (DR 1584)


On 08/15/2014 03:16 PM, Paolo Carlini wrote:
+  bool in_function = (TREE_TYPE (tparms)
+		      && DECL_FUNCTION_TEMPLATE_P (TREE_TYPE (tparms)));

Huh?  There's no such thing as a template parameter of function type.

Jason


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