Changes between Initial Version and Version 1 of Ticket #2130
- Timestamp:
- Jul 19, 2008, 11:56:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2130 – Description
initial v1 1 With some hints from Stephen Watanabe, I came up with the following proof-of-concept, which avoids the O(N^2 ) instantiation behavior of {{{get<0>(t)}}}, {{{get<1>(t)}}}, ... {{{get<N>(t)}}}.1 With some hints from Stephen Watanabe, I came up with the following proof-of-concept, which avoids the O(N^2^) instantiation behavior of {{{get<0>(t)}}}, {{{get<1>(t)}}}, ... {{{get<N>(t)}}}. 2 2 3 3 Seems to me that Boost.Tuple code is pretty old and crufty, and we could improve it a lot even for broken compilers. If we're going to "ship" a TR1, it ought to be best-of-breed, right?