On Fri, Jul 10, 2009 at 9:31 AM, Joel de Guzman <joel@boost-consulting.com> wrote:

For one, a struct is not generic. For example, there is no
generic way to do a for_each on each element of all structs.


On Fri, Jul 10, 2009 at 9:35 AM, Zeljko Vrba <zvrba@ifi.uio.no> wrote:
>
The point is that tuple<int,int> is the same type as any other tuple<int,int>.

Thank you gents - good points, which I had not considered.

- Rob.