Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2008-07-19 12:59:25


How?

--
Dave Abrahams
Boostpro Computing
http://boostpro.com
On Jul 19, 2008, at 11:47 AM, Steven Watanabe <watanabesj_at_[hidden]>  
wrote:
> AMDG
>
> David Abrahams wrote:
>> Only slightly OT: in C++03, anyway, using a sequece of get<i> with
>> increasing i to access all elements of a cons-list style tuple  
>> induces
>> O(N^2) template instantiations.  Have we done anything to fix that  
>> for
>> C++0x?  Did we legalize a flat (fusion-style) tuple implementation?
>>
>
> get can be implemented such that even for cons-list tuples, it takes
> O(n) template instantiations to access all elements.
>
> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk