From: Christian Larsen (contact_at_[hidden])
Date: 2008-08-24 01:03:35


Jean-Sebastien Stoezel skrev:
> Hi,
>
> Here's the error I get after the code modifications:
>
> 'bind' : is not a member of 'boost'

#include <boost/bind.hpp>

See http://www.boost.org/doc/libs/1_35_0/libs/bind/bind.html

--Christian