
20 Jun
2005
20 Jun
'05
12:08 p.m.
http://groups-beta.google.com/group/comp.std.c++/msg/7d7d19cf16333d0b?hl=en
The main reason why it was hard to read your code is my lack of knowledge what are you trying to implement. This link clarifies a lot. Second, I wonder why somebody wants to have named fields in tuples? Isn't tuples designed to be anonymous inline-declarable structs? Otherwise it's better to use plain struct's (of course I can be wrong). Sincerely yours, Maksym Motornyy.