]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: coerce_template_template_parms interface tweak
authorJason Merrill <jason@redhat.com>
Wed, 15 Mar 2023 02:07:45 +0000 (22:07 -0400)
committerJason Merrill <jason@redhat.com>
Wed, 15 Mar 2023 12:44:42 +0000 (08:44 -0400)
commit5ccbf162511b896672a72934c3cafd37a42d6438
tree110803bc400b32d51f8bda5320af4a63ef396ce1
parent0fc541efc340535d212cd685176bd9592905de8a
c++: coerce_template_template_parms interface tweak

This should have no semantic effect, but is a prerequisite for the PR108179
fix to follow.

PR c++/108179

gcc/cp/ChangeLog:

* pt.cc (coerce_template_template_parms): Take the arg and parm
templates directly.
(coerce_template_template_parm): Adjust.
(template_template_parm_bindings_ok_p): Adjust.
(convert_template_argument): Adjust.
gcc/cp/pt.cc