$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::bind replacements
From: Igor R (boost.lists_at_[hidden])
Date: 2011-09-17 15:14:54
> My problem is this. Boost::bind incurs a lot of overhead, both during
> compilation and in binary size. Is there any way to decrease this?
Just out of curiousity, could you please provide exact benchmarks,
i.e. what's the binary size with and without bind? By the way, what
compiler do you use with what optimization settings?