$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Passing reference to boost::bind object
From: Nat Goodspeed (nat_at_[hidden])
Date: 2009-04-08 18:46:06
david.weber_at_[hidden] wrote:
> Looking at slot.hpp, it looks like a slot does not have a copy
> constructor, nor an assignment operator. This means we can't store the
> slot in an STL container,
Try allocating a heap slot instance and storing its pointer in a
boost::ptr_ container?