Problems with boost 1.62 and clang 6 c++17
With c++ 17 std::auto_ptr got removed. The boost version 1.62 installed on our CI server is still using it and disabling it with BOOST_NO_AUTO_PTR leads to undefined reference errors during linking. The corresponding test has been deactivated for this combination in !41 (merged)