
30 Dec
2004
30 Dec
'04
3:42 a.m.
On 12/29/2004 07:08 AM, Larry Evans wrote: [snip]
in placeholders_test.cpp), the T must be separate from the value. In other words instead of:
template<class T, T N> struct integral_c,
I need the N to be separate in order to use it as the a_index template argument to typemap_valued_placeholdered<,>::at<a_index>.
Can you see any other way?
Never mind. I figured it out. Thanks anyway.