This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r226687 - in /branches/c++-concepts: ChangeLog....
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 06 Aug 2015 17:42:26 -0000
- Subject: r226687 - in /branches/c++-concepts: ChangeLog....
Author: jason
Date: Thu Aug 6 17:42:25 2015
New Revision: 226687
URL: https://gcc.gnu.org/viewcvs?rev=226687&root=gcc&view=rev
Log:
PR c++/66937
* pt.c (is_compatible_template_arg): A template template parameter
with unconstrained parameters can match an argument with
constrained parameters.
Added:
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/template-template-parm1.C
Modified:
branches/c++-concepts/ChangeLog.concepts
branches/c++-concepts/gcc/cp/pt.c