public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51180] New: [C++0x][C++11] inner class alias-definition variadic template error
@ 2011-11-16 20:50 trashyankes at wp dot pl
  2011-11-23 18:53 ` [Bug c++/51180] [C++0x] " trashyankes at wp dot pl
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: trashyankes at wp dot pl @ 2011-11-16 20:50 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51180

             Bug #: 51180
           Summary: [C++0x][C++11] inner class alias-definition variadic
                    template error
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: trashyankes@wp.pl


gcc version 4.7.0 20111108 (experimental) (niXman build)

code:
---------------------------
---------------------------

template<class, class>
struct t2 //error: provided for 'template<class, class> struct t2'
{

};

template<template<class...> class M>
struct m
{
template<class... B>
using inner = M<B...>; //error: wrong number of template arguments (1, should
be 2)
};

m<t2> sta2;

---------------------------
---------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-04 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16 20:50 [Bug c++/51180] New: [C++0x][C++11] inner class alias-definition variadic template error trashyankes at wp dot pl
2011-11-23 18:53 ` [Bug c++/51180] [C++0x] " trashyankes at wp dot pl
2011-12-01 19:25 ` dodji at gcc dot gnu.org
2011-12-01 19:42 ` jason at gcc dot gnu.org
2011-12-02 10:16 ` dodji at seketeli dot org
2011-12-03 17:26 ` dodji at gcc dot gnu.org
2013-10-04 10:59 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).