Subject: Re: [Boost-users] [Tuple] What's the point?
From: Joel de Guzman (joel_at_[hidden])
Date: 2009-07-10 06:23:41


Vladimir Prus wrote:

> FWIW, I've stopped using tuples because using indices as opposed to names turned
> out to a maintenance nightmare.

Before Fusion, if you don't need the genericity, structs are
just fine.

With Fusion, even if you use structs and one day need the genericity,
Fusion allows you to adapt any struct into a conforming fusion
sequence(tuple), hence, still taking advantage of introspection,
etc.

So, IMO, either way is fine!

Regards,

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