ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved