$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [fusion] adapt std::tuple to be a fusion sequence?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2011-07-16 20:30:48
Hello,
Is it possible to adapt std::tuple to be a fusion sequence?
I'm thinking it may be possible to do it for a specific number
of elements using BOOST_FUSION_ADAPT_TPL_ADT, but I haven't
tried.
Is there some functionality like this already in fusion?
Thanks,
Nate.