
29 Dec
2004
29 Dec
'04
2:08 p.m.
On 12/29/2004 06:46 AM, Larry Evans wrote:
On 12/29/2004 05:33 AM, Daniel Wallin wrote: [snip]
What's wrong with mpl::integral_c<> ?
OOPS. I missed that. Thanks.
I started to use it; however, in the particular application I have (located at http://boost-sandbox.sourceforge.net/vault/index.php? 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? TIA.