
6 Dec
2024
6 Dec
'24
9:23 a.m.
Successfully built on Power9/ppc64le CPU using GCC 11 with its default C++ standard However there are quite a few warnings like:
This header is deprecated. Use
instead.«
./boost/math/policies/error_handling.hpp:780:22 [-Wmaybe-uninitialized] ./boost/math/special_functions/bessel.hpp:371:53 [-Wmaybe-uninitialized] ./boost/math/special_functions/detail/bessel_ik.hpp:421:22 [-Wmaybe-uninitialized]
Not really important, but I guess at least internally we shouldn't rely on our own deprecated headers.