$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost::mpl][boost::variant] can't get to compile this example
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-24 20:06:07
AMDG
Naveen Santhanam wrote:
> I am trying to create a boost::variant from a joint_view sequence of
> two mpl sequences.
>
> Can someone tell me whats wrong in the following example. I cant get
> this to compile using MSVC 2005.
>
Variant doesn't handle views properly. Copy the joint_view
into an mpl::vector.
In Christ,
Steven Watanabe
P.S. Starting a new thread is better than
replying to an unrelated thread.