Skip to content

Disable the serialisation test when clang 6 with c++ 17 is used

akbib requested to merge dont_test_boost_with_clang_6 into master

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.

Merge request reports