10 Jul
2009
10 Jul
'09
10:23 a.m.
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