$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.