
27 Sep
2005
27 Sep
'05
6:47 p.m.
Stas Khirman wrote:
Hi,
Is the way to extract one specific library ( smart_ptr in my case) from complete BOOST source tree? I need to use only smart_pointers, but undirtunately keeping a full BOOSt treen is too heavy for my CVS server. Are boost libraries heavy interrelated each with another?
You can not download a single library. You can use CVS access to get whatever directories you like. Once you download a release you can use the bcp tool to just grab a single library and all of its dependencies from the tree and move it someplace place else.