
2 Jan
2007
2 Jan
'07
5:53 p.m.
"Ovanes Markarian" <om_boost@keywallet.com> writes:
In such a case I have to introduce a second parameter to the item_visitor template:
template<class Pair, template<class> SomeView> struct item_visitor { ... };
I see that you've answered your own question, but... I suggest not using template template parameters. class templates that use template template parameters are not compatible with MPL lambdas. It's usually better to accept a unary MPL lambda expression. -- Dave Abrahams Boost Consulting www.boost-consulting.com