Re: [boost] The Wonder of Tuples

2002-12-23 Thread Joel de Guzman
- Original Message - From: "Jaakko Jarvi" <[EMAIL PROTECTED]> > > Aleksey Gurtovoy wrote: > > > David A. Greene wrote: > > > > > >>The fundamental problem is that it's inconvenient to iterate through a > > >>tuple. > > > > > > > > > 'tuple_ext' ("tuple extensions") make it easier -

Re: [boost] The Wonder of Tuples

2002-12-23 Thread Jaakko Jarvi
> Aleksey Gurtovoy wrote: > > David A. Greene wrote: > > > >>The fundamental problem is that it's inconvenient to iterate through a > >>tuple. > > > > > > 'tuple_ext' ("tuple extensions") make it easier - > > http://groups.yahoo.com/group/Boost-Users/message/704. > > Has any discussion taken

Re: [boost] The Wonder of Tuples

2002-12-18 Thread David A. Greene
Aleksey Gurtovoy wrote: David A. Greene wrote: The fundamental problem is that it's inconvenient to iterate through a tuple. 'tuple_ext' ("tuple extensions") make it easier - http://groups.yahoo.com/group/Boost-Users/message/704. Has any discussion taken place about incorporating something

RE: [boost] The Wonder of Tuples

2002-12-17 Thread Aleksey Gurtovoy
David A. Greene wrote: > The fundamental problem is that it's inconvenient to iterate through a > tuple. 'tuple_ext' ("tuple extensions") make it easier - http://groups.yahoo.com/group/Boost-Users/message/704. Aleksey ___ Unsubscribe & other changes:

Re: [boost] The Wonder of Tuples

2002-12-16 Thread David A. Greene
Rozental, Gennadiy wrote: Over the weekend I had a bit of free time so I wrote up a spanning_iterator based on the iterator_adaptors framework. To throw in a bit more complication, I wanted something generic enough that I could span different kinds of container. There should be a way to While

RE: [boost] The Wonder of Tuples

2002-12-16 Thread Rozental, Gennadiy
> Over the weekend I had a bit of free time so I wrote up a > spanning_iterator based on the iterator_adaptors framework. To throw > in a bit more complication, I wanted something generic enough that I > could span different kinds of container. There should be a way to > span a std::vector and a

[boost] The Wonder of Tuples

2002-12-16 Thread David A. Greene
Over the weekend I realized just what strange and wonderful things tuples are. This message is as much to get my thoughts recorded as it is a request for discussion about the various classes and bits of code presented within. Some of this stuff may be useful for Boost and some may not. I'd like