$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Shetty, Diwakar (Diwakar.Shetty_at_[hidden])
Date: 2005-05-05 11:29:29
Will it be okay to say that the advantages of
boost::bind over bind1st and bind2nd are
1) bind1st and bind2nd works with func obj only
2) boost::bind does not require func to have
result_type and first_argument_type
Thanks,
Diwakar