$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] large variant performance compared (50 elements)
From: Larry Evans (cppljevans_at_[hidden])
Date: 2011-01-09 09:10:59
On 01/09/11 02:29, Steven Watanabe wrote:
> AMDG
>
> On 1/8/2011 6:51 PM, Larry Evans wrote:
>> Why not just use variadic mpl:
>>
>> http://svn.boost.org/svn/boost/sandbox/variadic_templates/
>>
>> which has no limit on mpl::vector size? It would simply involve
>> adding another -I to the compile flags.
>> [snip]
>
> How exactly would that work with a compiler
> that doesn't support variadic templates?
Hmmm. Very good point.
Sorry for noise.