This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Template members


>>>>> David Greene <greened@eecs.umich.edu> writes:

> myAttribute attr = (*e).getNode()->getAttribute<myAttribute>();

try

myAttribute attr = (*e).getNode()->template getAttribute<myAttribute>();

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]