Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-10 09:50:48


Doug Gregor wrote:
> On Nov 9, 2004, at 6:45 AM, Michiel Salters wrote:
>> The boost::function template works with boost::ref according to the
>> docs,
>> so try boost::function< int ( int ) > ( boost::ref( Op() ) )
>
> Or boost::bind:
>
> boost::bind(boost::ref(Op()), _1, _2)
>
> boost::ref should actually do this on its own (according to Library
> TR1), but the code to do so is languishing in the sandbox.

What needs to be done in order to promote the sandbox ref into a boost ref?


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