public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Young, Michael" <Michael.Young@paetec.com>
To: "Paul Ianna" <paulianna2002@gmail.com>, 	<gcc-help@gcc.gnu.org>
Subject: RE: problem with a structure nested within a template
Date: Tue, 21 Nov 2006 18:28:00 -0000	[thread overview]
Message-ID: <BD32241188571B4CBD35DC95FD791C7F02A24BFC@mail1-corp.corp.paetec.com> (raw)
In-Reply-To: <75975c320611211004h7ee9528arb0daf00738342452@mail.gmail.com>

> The problem line is:  C1<U>::Node*    pNode;

I *think* this is a "type-dependent id expression" (in std lingo), because "U" is a template parameter type.
You should be able to write the following and get rid of this problem...

typename C1<U>::Node*  pNode;

HTH,
  Michael

  reply	other threads:[~2006-11-21 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-21 18:05 Paul Ianna
2006-11-21 18:28 ` Young, Michael [this message]
2006-11-21 18:40   ` Young, Michael

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=BD32241188571B4CBD35DC95FD791C7F02A24BFC@mail1-corp.corp.paetec.com \
    --to=michael.young@paetec.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=paulianna2002@gmail.com \
    /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).