public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2374: template class inheriting from template template parameter
@ 2001-08-31 10:48 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2001-08-31 10:48 UTC (permalink / raw)
  To: Richter.Jens, gcc-bugs, gcc-prs, lerdsuwa

Synopsis: template class inheriting from template template parameter

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Fri Aug 31 10:48:52 2001
State-Changed-Why:
    Fixed in the mainline.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2374&database=gcc


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

* Re: c++/2374: template class inheriting from template template parameter
@ 2001-08-17  7:59 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2001-08-17  7:59 UTC (permalink / raw)
  To: Richter.Jens, gcc-bugs, gcc-prs, lerdsuwa, nobody

Synopsis: template class inheriting from template template parameter

Responsible-Changed-From-To: unassigned->lerdsuwa
Responsible-Changed-By: lerdsuwa
Responsible-Changed-When: Fri Aug 17 07:59:52 2001
Responsible-Changed-Why:
    Patch in the work.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2374&database=gcc


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

* c++/2374: template class inheriting from template template parameter
@ 2001-03-24  6:16 Richter.Jens
  0 siblings, 0 replies; 3+ messages in thread
From: Richter.Jens @ 2001-03-24  6:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2374
>Category:       c++
>Synopsis:       template class inheriting from template template parameter
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 24 06:16:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jens Richter
>Release:        gcc version 3.0 20010321 (prerelease)
>Organization:
>Environment:
i386-pc-linux-gnu
>Description:
This should be legal ???

gcc -c test_templates.cc
test_templates.cc:3: type/value mismatch at argument 1 in template parameter
   list for `template<{template default argument error}> A'
test_templates.cc:3:   expected a type, got `B' 
>How-To-Repeat:
template <template <class> class A>
class B : public A<B>
{ };
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-08-31 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-31 10:48 c++/2374: template class inheriting from template template parameter lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2001-08-17  7:59 lerdsuwa
2001-03-24  6:16 Richter.Jens

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).