Re: Template and member function pointers compile question

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

 



Hi Tristan,

Change this...

pFunc = &TestClass<T>::calculate<true,true,true>;

...to this...

pFunc = &TestClass<T>::template calculate<true,true,true>;

And do the same in the other similar areas.  Does that fix the issue?

--Eljay


[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