$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-09-30 11:29:04
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.