Using boost::bind and boost::signals2 to automatically propagate signals October 9, 2015August 31, 2019 sgryzko1 Comment Boost provides very powerful capabilities for communication between architectural layers in C++. Here's how I use it.