$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2004-10-13 10:13:52
On Oct 13, 2004, at 10:03 AM, Joao Abecasis wrote:
> 3) Could get<Index> functions be added to array, in order to mimick
> tuple? There are probably other things that can be done to make
> boost::array behave like a tuple. I think array could also be
> considered for inclusion in fusion.
See:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1619.pdf
And search for "8.4 Should array<> be given a tuple interface?"
-Howard