On 08/11/2013 03:49 PM, Adam Butcher wrote:
+         if (!(cxx_dialect >= cxx1y && (!flag_iso || lambda_p)))

Again, better to use a pedwarn.

+#define fully_implicit_template scope_chain->x_fully_implicit_template

Why did you choose to add this to saved_scope rather than cp_parser? It seems like state that could be local to the parser rather than shared with the rest of the compiler.

+tree type_uses_auto (tree type)
+tree type_uses_auto_or_concept (tree type)

Function name at the beginning of the line.

Jason

Reply via email to