$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-09-06 05:53:16
>Shouldn't they be passed in using boost::call_traits<T>::param_type
instead,
>i.e. with the following signature:
That doesn't work, template argument deduction fails.
>Shouldn't it be passed in using boost::call_traits<T>::param_type instead,
>i.e. with the following signature:
Ditto, the fill function is a thin inline wrapper about the implementation
(which does use call_traits), the wapper does template argument deduction,
the implementation performs the optimisation.
I'll re-read the docs again when i get the chance, and see if I can make
that clearer...
- John.