$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-09-30 11:06:54
On 09/30/2006 07:12 AM, Larry Evans wrote:
[snip]
> David, Joel:
>
> Do you have any plans for using this in not-to-distant future
> versions of MPL and FUSION, obviously with preprocessor
> dispatching on the __VARIADIC_TEMPLATES mentioned in:
>
> http://www.osl.iu.edu/~dgregor/cpp/variadic-templates.html
>
> ? If not, I could attempt it; however, I'm sure you, being
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.