$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [tuples] Lifting hardcoced limitations by using BOOST_PP
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-01-08 03:59:17
I've been extensively using boost::tuple for a while and stumbled upon
various tuple
size limitation bound to the fact that the tuple implementation has
hardcoded the maximum size of
the tuple<> class and related function/meta-functions like tie for
example or make_tuple.
Is there anything in tuple design that prevent using Boost::Preprocessor
to make it more customizable ?
Is there an interest to such an update or is tuples more or less on the
way to deprecation considering
boost::fusion ?