On 09/06/2013 12:03 PM, Andrew Sutton wrote:
+// Returns the template type of the class scope being entered. If we're
+// entering a constrained class scope. TMPL is the most general template
+// of the scope being entered, and TYPE is its type.

TMPL is not part of the interface of fixup_template_type, so it should be documented when it is declared rather than before the function.

OK with that tweak.

+  tree cur_constr = TREE_TYPE (parms);

In a separate patch, I'd like to use a different macro name for getting constraints from template parms.

Jason

Reply via email to