
30 Sep
2006
30 Sep
'06
3:29 p.m.
On 09/30/2006 10:15 AM, Janek Kozicki wrote:
Larry Evans said: (by the date of Sat, 30 Sep 2006 10:06:54 -0500)
The attached shows a variadic template version of mpl vector and at_c. Of course there would have to be begin, end, size, and others, but this suggests it may be pretty easy to convert mpl to use variadic templates.
When boost switches to using variadic templates (which release will it be then?) I'm curious what happens with support of all the other (older) compilers?
My OP mentioned the need to dispatch on the _VARIADIC_TEMPLATES macro. This should enable use of non-variadic-template compilers while still enabling use of Douglas' veriadic-template enabled compiler.