"Andy Little"
I remember you once considered using the BOOST_TYPEOF facility. Have you decided against using it after all?
No I simply havent tried it out with pqs. I apologise as I said that I would try it in pqs out some months ago. I will try to spend some time on it and get back to you.
I'm guessing that template parameters are a no-go. OTOH can I register the following: template < typename A, template <typename> class Op, typename B, typename Enable = void > struct binary_operation; (Basically I am not able to compile and wonder if this may be the issue) . currently registered with: BOOST_TYPEOF_REGISTER_TEMPLATE(binary_operation,4); regards Andy little