Dump lambda::bind in favor of boost::bind
This is a large commit which replaces lambda::bind with boost::bind in most parts of the code. This improves compilation time, and slightly decreases compilation memory usage in some cases.
Please register or sign in to comment