$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Brian McCandless (bmccandl_at_[hidden])
Date: 2005-01-24 20:09:10
Hi,
I just upgraded from boost 1.29 to boost 1.32, and found that operator== for 
weak_ptr has been dropped between these versions.  My code uses std::find to 
find a weak_ptr in a container.  This no longer compiles (g++-3.4.1) since find 
uses operator==. Has anyone else encountered this kind of problem?  What are 
some good workarounds?  Could operator== be put back?
Thanks,
Brian