r207732 - in /branches/c++-concepts: ChangeLog....
asutton@gcc.gnu.org
asutton@gcc.gnu.org
Wed Feb 12 16:27:00 GMT 2014
Author: asutton
Date: Wed Feb 12 16:27:02 2014
New Revision: 207732
URL: http://gcc.gnu.org/viewcvs?rev=207732&root=gcc&view=rev
Log:
2013-11-012 Andrew Sutton <andrew.n.sutton@gmail.com>
* gcc/cp/parser.c (synthesize_implicit_template_parm): Allow concepts
to declare implicit template parameters. Only synthesize new parameters
if the concept name is new.
(finish_concept_name): Moving into parser.c for the time being. Needs
to be rewritten to remove duplicate code between parser.c and
constraint.cc.
Modified:
branches/c++-concepts/ChangeLog.concepts
branches/c++-concepts/gcc/cp/constraint.cc
branches/c++-concepts/gcc/cp/cp-tree.h
branches/c++-concepts/gcc/cp/parser.c
More information about the Gcc-cvs
mailing list