$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-10-15 05:51:53
Bind now supports an alternative syntax that creates fewer problems with
MSVC 6/7. Instead of
boost::bind<R>(f, ...)
you can now use
boost::bind(boost::type<R>(), f, ...)
Let me know if this creates any problems.
-- Peter Dimov http://www.mmltd.net/pdimov