$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::bind/boost::function and fast delegates
From: Robert Kawulak (robert.kawulak_at_[hidden])
Date: 2013-01-22 05:33:59
> From: Littlefield, Tyler
> > On 1/21/2013 2:26 PM, Steve Lorimer wrote:
> > > 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
> But not supported by vs 2010 (or 2008), which is what half of the team still
uses.
According to MSDN, VS2008 and VS2010 have std::tr1::bind and std::tr1::function.
Best regards,
RK