Extract and customize subsets of the Boost C++ library
Utility for extracting subsets of the Boost library
bcp$ bcp --boost=/usr/local/opt/boost filesystem /tmp/boost_subset$ bcp --boost=/usr/local/opt/boost --header-only regex ~/my_boost$ bcp --boost=/usr/local/opt/boost --list myproject.cpp$ bcp --boost=/usr/local/opt/boost system filesystem thread /tmp/minimal_boost$ bcp --boost=/usr/local/opt/boost --help