Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpp_stl/{clang3.4,gcc4.8}: downgrade to Boost 1.81
As explained in the comment, we do this to avoid deprecation messages when compiling with `-std=c++98`, such as the following taken from the build log of our CI target `cpp_stl_98/gcc4.8-linux-x86_64` (https://github.com/kaitai-io/ci_artifacts/blob/2ab7f526542b4a4d737e70a24ed880725e380f7c/test_out/cpp_stl_98/build-1.log#L38-L47): ``` In file included from /usr/local/include/boost/smart_ptr/shared_ptr.hpp:17:0, from /usr/local/include/boost/shared_ptr.hpp:17, from /usr/local/include/boost/test/tools/assertion_result.hpp:21, from /usr/local/include/boost/test/tools/old/impl.hpp:20, from /usr/local/include/boost/test/test_tools.hpp:46, from /usr/local/include/boost/test/unit_test.hpp:18, from /tests/spec/cpp_stl_98/test_repeat_until_calc_array_type.cpp:3: /usr/local/include/boost/smart_ptr/detail/requires_cxx11.hpp:19:106: note: #pragma message: C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.85. BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.85.") ^ ```
- Loading branch information