当我使用 C++11 兼容编译器编译 boost 1.48\1.47 代码时,我最终会得到像 share_ptr 这样的东西的 std 实现吗?

发布于 01-01 03:35 字数 111 浏览 3 评论 0原文

当我使用 C++11 兼容编译器编译 boost 1.48\1.47 代码时,我最终会得到 share_ptr、线程等内容的 std 实现吗?如果不是的话,boost 对此有何看法,它会在可能的情况下编译吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉城2025-01-08 03:35:09

不,您最终将得到这些组件的增强实现。这些接口与标准版本非常相似,但并不总是相同。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文