This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66686] Instantiation of dependent template template parameter with non-dependent template rejected
- From: "msebor at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 21:10:19 +0000
- Subject: [Bug c++/66686] Instantiation of dependent template template parameter with non-dependent template rejected
- Auto-submitted: auto-generated
- References: <bug-66686-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66686
--- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> ---
The misunderstanding was mine -- I had forgotten that a template template can
be instantiated on a template without providing or deducing the arguments for
the latter. Please disregard my comment #4.