RE: [boost] compose_f_gxy_hxy

2003-06-26 Thread Aleksey Gurtovoy
Daniel Frey wrote: > To complete the implementation of combined_argument_type, it would > help if mpl::vector would have 16 instead of 10 arguments, Just do #include "boost/mpl/vector/vector20.hpp" and use 'vector16'. Aleksey ___ Unsubscribe & other

Re: [boost] compose_f_gxy_hxy

2003-06-26 Thread Peter Dimov
Daniel Frey wrote: >> Inspired by an article at the CUJ from Andrei Alexandrescu, I was >> finally able to come up with a compose_f_gxy_hxy-adapter. You've considered bind(f, bind(g, _1, _2), bind(h, _1, _2)) right? ;-) ___ Unsubscribe & other changes:

[boost] compose_f_gxy_hxy

2003-06-25 Thread Daniel Frey
Inspired by an article at the CUJ from Andrei Alexandrescu, I was finally able to come up with a compose_f_gxy_hxy-adapter. I think that it's the missing adapter to make compose.hpp complete. In the companies production code, I needed it and used a much easier implementation with some limitations,