When I compile boost 1.48\1.47 code with C++11 compatible compiler do I end up with std implementation of stuff like share_ptr, threads etc? If not what are boost views on that, will it ever compile when possible?
Share
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.
No, you will end up with the boost implementation of those components. The interfaces are quite similar to the standard versions, but not always identical.