22 Mar
2007
22 Mar
'07
4:15 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Peter Dimov Sent: Thursday, March 22, 2007 6:35 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] bind doesn't use tuple
One case where this paid off recently is when I added the space optimization to _bi::listN at Doug Gregor's request, to make placeholders not take up space in a bound expression. This optimization could've been more difficult with a tuple-based implementation.
A good point. Is this where the static placeholder came in? That's the point at which I said nevermind :-) Can fusion tuple support this use case?