I want to use smart pointers in my code but I can’t figure out how to take them out from the Boost.
Can anyone give some hints on how to extract things from Boost so that they can be used individually?
Thanks, Boda Cydo.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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