简体   繁体   中英

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?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM