Extracting libraries from boost?
Can libraries in boost be used on their own, i.e. can I extract one of them and use it in a project? In particular, I only need the smart_ptr and ref libraries in one of my projects.
On 10/29/07, Angel Tsankov
Can libraries in boost be used on their own, i.e. can I extract one of them and use it in a project? In particular, I only need the smart_ptr and ref libraries in one of my projects.
I think bcp does what you need to extract a subset of boost: http://www.boost.org/tools/bcp/bcp.html HTH, Stjepan
Angel Tsankov wrote:
Can libraries in boost be used on their own, i.e. can I extract one of them and use it in a project? In particular, I only need the smart_ptr and ref libraries in one of my projects.
Yes, as long as you bring whatever the library may depend on along. You may want to look at bcp. bcp sources are in tools/bcp. See also. http://boost.org/tools/bcp/bcp.html -- Bjørn
Angel Tsankov wrote:
Can libraries in boost be used on their own, i.e. can I extract one of them and use it in a project? In particular, I only need the smart_ptr and ref libraries in one of my projects.
See http://www.boost.org/tools/bcp/bcp.html for extracting subsets of boost. Jeff Flinn
Can libraries in boost be used on their own, i.e. can I extract one of them and use it in a project? In particular, I only need the smart_ptr and ref libraries in one of my projects.
See http://www.boost.org/tools/bcp/bcp.html for extracting subsets of boost.
It seems that bcp is exactly what I need. Thanks to everyone who replied!
participants (4)
-
Angel Tsankov
-
Bjørn Roald
-
Jeff Flinn
-
Stjepan Rajko