Boost logo

Boost :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-01-18 02:12:45


-----Original Message-----
From: boost-bounces_at_[hidden] on behalf of Peter Dimov

I need to warn you that there is very little chance for your patch to be
accepted in this form. Extending _bi::listN (I'd suggest making them
conforming MPL or fusion sequences) needs to be done non-intrusively and in
a separate header.

------

Hey Peter, I'm almost there doing it this way, but I gotta tell you that it requires generating code (attached) as you need lots of partial specializations. The reason is that there isn't one type but N types. Consider getting the type of the element at index I. Of course, even with changing to some other tuple as the underlying, I think you'd have to generate code (who would want to write it out by hand?!).

Does that sound sensible or totally wrong?

Sohail

PS: It is pretty easy to extend fusion, I must say!




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