开发者

Can anyone give some hints or point to a tutorial on how to extract just one specific piece from Boost?

开发者 https://www.devze.com 2023-01-11 05:18 出处:网络
I want to use smart pointers in my code but I can\'t figure out how to take them out from开发者_JAVA百科 the 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

0

精彩评论

暂无评论...
验证码 换一张
取 消