This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51180] [C++0x] inner class alias-definition variadic template error
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 01 Dec 2011 19:41:33 +0000
- Subject: [Bug c++/51180] [C++0x] inner class alias-definition variadic template error
- Auto-submitted: auto-generated
- References: <bug-51180-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51180
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-12-01 19:41:33 UTC ---
(In reply to comment #2)
> This is somewhat related to PR c++/51239. I think at some point
> during the substituting of t2 in to m, we should leave t2<B...>
> "unbound" instead of trying to substitute B... into it.
I'm surprised that it doesn't just work already; writing t2<B...> already
works, doing the substitution ought to work the same way.