public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bakgab at vnet dot hu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/24050] New: Fails a template instantiation.
Date: Sat, 24 Sep 2005 22:06:00 -0000	[thread overview]
Message-ID: <20050924220643.24050.bakgab@vnet.hu> (raw)

When trying to create a template using a specialized form inside in a static
class it fails to link.
Ex.:
template<class T> struct StaticClass
{
        static void ret() {}
};

template<class T>
void func(void function()) {}

template<class T> struct Test
{
        void doIt()
        {
                func<T>(StaticClass<Test<double> >::ret);
        }
};

-- 
           Summary: Fails a template instantiation.
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bakgab at vnet dot hu
                CC: gcc-bugs at gcc dot gnu dot org


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


             reply	other threads:[~2005-09-24 22:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-24 22:06 bakgab at vnet dot hu [this message]
2005-09-24 22:09 ` [Bug c++/24050] " bakgab at vnet dot hu
2005-09-24 22:14 ` bakgab at vnet dot hu
2005-09-24 22:15 ` [Bug c++/24050] [3.4 Regression] " pinskia at gcc dot gnu dot org
2005-09-24 22:24 ` bakgab at vnet dot hu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050924220643.24050.bakgab@vnet.hu \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).