Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk