This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/42329, P0522 and other template template parm issues


On Wed, Dec 21, 2016 at 4:06 PM, Jason Merrill <jason@redhat.com> wrote:
> The fourth patch fixes 42329, where we were failing to bind a template
> template-parameter to a base class of the argument type.

We need to make sure that the argument is a class before we try this.

Tested x86_64-pc-linux-gnu, applied to trunk.

Attachment: 78898.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]