$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::bind used with boost shared_ptr
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-03-04 15:31:07
Kevin Ludwig:
> Hi,
>
> This is with RHEL, gcc version 3.4.6. I *think* the boost version is
> 1.32.0.
1.32 is ancient history. :-) It works for me with g++ 3.4.4 and Boost 1.38.
> Anyway, since it works on VC7.1 I imagine that it was fixed in some later
> version of the library.
Looks like it was fixed in
https://svn.boost.org/trac/boost/changeset/31128
which was first released in... Boost 1.33.1, I guess.