$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2004-12-26 08:53:15
"Andy Little" <andy_at_[hidden]> wrote in message 
news:cqmbo1$p13$1_at_sea.gmane.org...
>> 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