Template members

Jason Merrill jason@cygnus.com
Thu Feb 12 22:51:00 GMT 1998


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

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

try

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

Jason



More information about the Gcc mailing list