2011/5/9 Littlefield, Tyler <tyler@tysdomain.com>
Hello all:
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.

How about trying this:

    http://lists.boost.org/Archives/boost/2010/10/172593.php

?