Boost logo

Boost Users :

From: Joel de Guzman (joel_at_[hidden])
Date: 2005-08-18 09:17:46


Randy Bowen wrote:
> I recall talk some time ago that the current Boost.Tuple library was
> going to be replaced by a TR1 compliant version, possibly that from the
> Fusion package in Spirit. Is that still the plan for the future?

Hi Randy,

Fusion is quite a big departure from Boost.Tuples. TR1 tuples
is a mere fraction of the entire library which comprises
sequences (vector, list, set, map, etc.), algorithms (for_each,
find, find_if, accumulate, etc.) and iterators. I intend to ask
for a formal boost review as soon as all pieces of the puzzle
are put in place (development is ongoing). I intend to make
it a library on its own. As for TR1 tuples, I shall provide
a slim wrapper over fusion that shall cover the TR1 interface.
Boost.Tuple can then #include and forward to that perhaps via a
#define.

Cheers,

-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net