$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion] Use of FUSION_MAX_VECTOR_SIZE in headers
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2010-02-10 17:14:40
On Wed, Feb 10, 2010 at 12:12 AM, Joel de Guzman
<joel_at_[hidden]> wrote:
> On 2/10/2010 11:24 AM, Gabriel Redner wrote:
>>
>> Yes, I realize that. Â It still strikes me as a bug.
>
> Call it a bug if you will, but there's no way around it AFAIK.
> FUSION_MAX_VECTOR_SIZE must be defined before any other fusion
> include.
Yep, it is a limitation of the current version of C++. When C++1x
compilers are common that can be fixed, but not until then.