Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk