I am interested in small parts of Boost library and I don't want to have the whole library on my configuration management (ex. SVN). So I was thinking about stripping required libraries from the big library.
I tried to extract circular_buffer, but I found that it depends on many other modules/files. Each Boost library is really-dependent-on-other-boost-libraries.
Did any one succeeded to extract a single-boost library outside the big library?