$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Problem using boost::bind
From: Iskandar Prins (iprins_at_[hidden])
Date: 2010-04-14 11:39:52
Hi,
Im trying to use boost::bind with 2 parameters on a member function,
bind(&Foo::bar, this, _1, _1));
but somehow this fails compilation. Whats the proper syntaxis?
Greets,
Iskandar