Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Partial boost library [duplicate]

Tags:

c++

boost

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?

like image 488
Yousf Avatar asked Apr 24 '26 14:04

Yousf


1 Answers

See the BCP tool which does exactly that.

like image 152
Jonathan Wakely Avatar answered Apr 26 '26 04:04

Jonathan Wakely



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!