$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::function adding a lot of binary overhead
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-08 18:17:03
> I'm using boost::function in a few places so that I can use boost::bind to
> pass member pointers on objects, static member functions or just normal
> functions, but I'm noticing that I get a ton of extra overhead when
> compiling after I use boost::function in a new place. Is there a fix for
> this? I really like boost and some of it's features, but it's making my
> binaries huge.
What optimization level do you use?