This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r226603 - in /branches/c++-concepts: ChangeLog....
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 05 Aug 2015 00:42:32 -0000
- Subject: r226603 - in /branches/c++-concepts: ChangeLog....
Author: jason
Date: Wed Aug 5 00:42:32 2015
New Revision: 226603
URL: https://gcc.gnu.org/viewcvs?rev=226603&root=gcc&view=rev
Log:
* cp-tree.h (PLACEHOLDER_TYPE_CONSTRAINTS): New.
* constraint.cc (make_constrained_auto): Use it.
(satisfy_argument_deduction_constraint): Use it
* pt.c (tsubst, do_auto_deduction): Use it.
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/pt.c