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
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:
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,