$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.MPL.Vector -> Boost.Tuple
From: ïÌÅÇ ãÁÒÅ× (zabivator_at_[hidden])
Date: 2008-09-05 12:04:58
typedef boost::mpl::vector< A, B, C > Sequence;
typedef typename Question< Sequence >::type Result;
BOOST_MPL_ASSERT( boost::mpl::is_same< Result, boost::tuple< A, B, C > >);
How write Question? I don't want to write specialisation for every dimension
of tuple manually.
Implementation should be compatible with the last stable Boost release
(1.36)
Thank you