Using a subset of the boost libraries in Windows
For many C++ applications I very much want to use the Boost libraries, just not the whole set. This post explains how to use the bcp tool to create a subset of the Boost libraries in order to leave out unnecessary libraries and tailor it to the needs of your project. One nice thing about …
Continue reading ‘Using a subset of the boost libraries in Windows’ »