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
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
![]() |