$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-07-17 16:08:38
Sylvester-Bradley, Gareth:
> Bind can be used with weak_ptr values, but should function_equal work
> with binds holding weak_ptrs?
Probably. Instead of specializing _bi::value<> it would be simpler to just
add a ref_compare overload for weak_ptr, as you've done for bind_t.