Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将为 C++11 的节点创建一个内存池forward_list。
forward_list
是否可以使用 BOOST 池内存std::forward_list?
std::forward_list
此堆栈溢出答案提供了符合 C++11 的池分配器的源代码,该分配器将与任何符合 C++11 的容器一起使用,包括std::forward_list.