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.
我正在使用 gcc 编译器的平台上工作,但是 boost 无法在其上编译。
我想知道在 gcc 的 std:tr1 中包含 shared_ptr 的正确方法是什么?我查看的文件说不直接包含它,据我所知没有其他文件包含它:|
在G++ 4.3中,
#include <tr1/memory>
应该做的伎俩。您会shared_ptr在std::tr1::shared_ptr.
shared_ptr
std::tr1::shared_ptr
Boost 本身就有答案。
Boost就不能编译了吗?大多数 boost 库都不需要编译才能使用,我猜 shared_ptr 也不需要。