[tuples] Lifting hardcoced limitations by using BOOST_PP
8 Jan
2009
8 Jan
'09
8:59 a.m.
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 ?
5785
Age (days ago)
5785
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joel Falcou