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 ?