3

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?

user7116
  • 63,008
  • 17
  • 141
  • 172
Yousf
  • 3,957
  • 3
  • 27
  • 37

1 Answers1

3

See the BCP tool which does exactly that.

Jonathan Wakely
  • 166,810
  • 27
  • 341
  • 521