I\'m attempting to figure out why some code that I have won\'t compile and I done a fair bit of reduction an anonymizing to end up with this example:
#define NUL
Need to add the template keyword:
template
return ap->template amem();
Please read Where and why do I have to put the “template” and “typename” keywords? for an in-depth explanation.