【发布时间】:2015-10-18 03:46:15
【问题描述】:
我正在尝试将 c++ 代码转换为 c++11 样式,并且我想停止使用一些与 boost 相关的库。我知道c++11 从 boost 中借用了很多概念。 c++11 中有 shared_memory_object 的替代品吗?
【问题讨论】:
-
请参阅 relevant-boost-features-vs-c11 了解已包含并计划在 c++11/14/17 中包含的内容。
标签: c++ c++11 boost shared-memory boost-interprocess