$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [bind][function] Do copy constructorsinvokedinside boost::bind / boost::function get optimized out?
From: Peter Dimov (pdimov_at_[hidden])
Date: 2010-07-27 08:26:10
Steve Lorimer wrote:
> Thanks Peter
>
> Am I right in saying std::bind for gcc will be based on boost's bind? If
> that is the case, then there could be a point?
g++ already has its own std::bind; it uses variadic templates in the version
I looked at (4.3.4).