[boost] boost::bind(f, ...) alternative syntax now in CVS
by Peter Dimov other posts by this author
Oct 15 2002 10:51AM messages near this date
RE: [boost] shared-linkable-true, runtime-link-dynamic
andruntime-link-static
|
Re: [boost] boost::bind(f, ...) alternative syntax now in CVS
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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Peter Dimov
Peter Dimov
David Abrahams
|