This is the mail archive of the gcc-bugs@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]

[Bug c++/51180] [C++0x] inner class alias-definition variadic template error


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.


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