
15 Jul
2008
15 Jul
'08
5:42 p.m.
AMDG Joel FALCOU wrote:
Thanks, mpl::quote did the trick. I've modified all such instance of apply in my code and all works perfectly now. What's exactly the "missing feature" that quote emulates on - i assume - non-conformant compiler ?
quote converts a metafunction (of the form template<class T>) to a metafunction class (with a nested apply). I don't really understand the problem. I couldn't duplicate it, so I was just guessing possible variations. In Christ, Steven Watanabe