RE: problem with a structure nested within a template

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux