小编Kry*_*rys的帖子

clang 3.9、auto_ptr 和 boost

I encountered errors when trying to compile boost with clang 3.9 in c++1z mode since auto_ptr is removed in c++17. However, I successfully compiled boost with c++14 mode and linked the lib files to the executables compiled with c++1z mode. So, is there going to be any ABI issues or potential bugs in the future ?

c++ boost clang

2
推荐指数
1
解决办法
332
查看次数

标签 统计

boost ×1

c++ ×1

clang ×1