Can anyone give some hints or point to a tutorial on how to extract just one specific piece from Boost?
I want to use smart pointers
in my code but I can't figure out how to take them out from开发者_JAVA百科 the Boost.
Can anyone give some hints on how to extract things from Boost so that they can be used individually?
Thanks, Boda Cydo.
See boost bcp
smart pointer is header only so can be used directly anyway. BCP is handly if you need to redistribute parts of boost with your application/libraries
boost smart pointers has examples in the documentation
精彩评论