Subject: Re: [Boost-users] boost::bind/boost::function and fast delegates
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2013-01-21 16:26:19


>
> we're only using boost::bind and boost::function.
>

At the risk of stating the obvious, why not use std::bind and std::function?

They are part of the current standard library, introduced in c++11