Boost logo

Boost :

From: Vesa Karvonen (vesa.karvonen_at_[hidden])
Date: 2001-07-20 15:40:20


From: "David Abrahams" <david.abrahams_at_[hidden]>
> From: "Vesa Karvonen" <vesa.karvonen_at_[hidden]>
>
> > I think that with the proposed metaprogramming facilities for tuple
> library,
> > such as being able to iterate over the types of the elements of a tuple,
> this
> > functionality could be implemented on top of tuple.
>
> Clearly, it *could be*... at least on top of tuple's private implementation
> details. I don't think the public interface described in the documentation
> exposes quite enough to do what I want.

Specifically, it is doable if the public interface supports two operations:
- get the number of elements in a tuple
- get the type of the Ith element of a tuple

I suggested both features to be (added to the public interface and)
documented. I also believe both of these suggestions were "accepted".

[Is it just me, or could some form of tracking system for review issues be
useful. I find it very difficult to find exactly what was decided as a result
of a review.]


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk