public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Michael Gatford <michael.gatford@aprsmartlogik.com>
To: gcc help <gcc-help@gcc.gnu.org>
Subject: too few template-parameter-lists
Date: Wed, 20 Jul 2005 14:51:00 -0000	[thread overview]
Message-ID: <42DE64C2.1020605@aprsmartlogik.com> (raw)

Hi,

The following compiles ok with egcs-2.91.66 on Solaris (5.6/7/8), with 
gcc2.95.3 on Redhat 8.0 and VS6 on Windows, but not with GCC 4.0.0 on 
Fedora Core 4.

The following is defined in a header file

// Structure mapping a command name to a function to be
// called, within a class-based context.
template<class X> struct commandTags {
    char* name;
    void (X::*func)();
};

 which is included by a program in which it is used like, e.g.

commandTags<FmPage> mapTags<FmPage>::mustags[] = {
  { "page.include",        &FmPage::includeFile },
  { "page.version",        &FmPage::printVersion },
  { "page.script_name",    &FmPage::printScriptname },
  { "page.gif_dir",        &FmPage::printGifdir },

   ........
   ........
}

This generates the error "too few template-parameter-lists".

Mike

-- 
___________________________________________________ 
Michael Gatford
Senior Technical Consultant
___________________________________________________ 
APR Smartlogik Limited.
Rustat House - Clifton Road - Cambridge - CB1 7EJ
phone +44 (0)1223 27 1025
fax   +44 (0)1223 27 1010
map: http://www.aprsmartlogik.com/contact/CambridgeMap.pdf

mailto:michael.gatford@aprsmartlogik.com 
http://www.aprsmartlogik.com/ 

***********************************************************************
This e-mail may contain proprietary and confidential 
information and is intended for the recipient(s) only. 
If an addressing or transmission error has misdirected this 
e-mail, please notify the systems administrator by forwarding 
this e-mail to mailto:postmaster@aprsmartlogik.com. 
If you are not the intended recipient(s) disclosure, distribution, 
copying or printing of this e-mail is strictly prohibited.
***********************************************************************

             reply	other threads:[~2005-07-20 14:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-20 14:51 Michael Gatford [this message]
2005-07-20 15:36 ` corey taylor
2005-07-20 15:49 ` Eljay Love-Jensen
2005-07-20 15:47   ` Michael Gatford

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=42DE64C2.1020605@aprsmartlogik.com \
    --to=michael.gatford@aprsmartlogik.com \
    --cc=gcc-help@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).