
6 May
2008
6 May
'08
5:49 p.m.
On Tue, May 6, 2008 at 1:42 PM, Simonson, Lucanus J <lucanus.j.simonson@intel.com> wrote:
But it still bugs me that I don't know why the compiler thought that point_traits<T>::get was a function pointer and tried to apply the operator< with orient, but does the right thing when I instantiate the traits struct and use the . operator to access the same function. The . operator could also produce a function pointer.
Try: point_traits<T>::template get<0>(pt); --Michael Fawcett