20 Feb
2010
20 Feb
'10
8:21 p.m.
AMDG dilas dilas wrote:
Please, tell me if one can write nested lambda expressions like
" template
struct pairs: bm::fold > >{}; template struct AllPairs: bm::fold , pairs<_1,Seq2,_2> >{}; " without using intermediate metafunctions.
This ought to work, since the placeholders in AllPairs will be expanded before pairs is ever invoked. In Christ, Steven Watanabe