$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Best libraries for a Boost workshop
From: Andrew Holden (aholden_at_[hidden])
Date: 2010-06-23 10:27:57
On Tuesday, June 22, 2010 6:19 PM José Tomás Tocino García wrote:
>
> Really nice list, thank you. About boost::ref, I'm struggling to find
> an example that isn't related to boost::bind. Any suggestion?
I recently needed it with boost::make_shared when my object's constructor took a parameter by reference.