Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-11-13 12:53:57


From: "David Abrahams" <david.abrahams_at_[hidden]>
> What do I need to do in order to get this to work with MSVC?
>
> struct X
> {
> int f(char*, double);
> };
> void g()
> {
> bind<int>(&X::f, _1, _2, 3.0);
> }

You need to drop the <int>.

--
Peter Dimov
Multi Media Ltd.

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