Compile [2024-11-20 18:55:12 UTC]: succeed
"g++-8" -fvisibility-inlines-hidden -std=c++2a -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_UBLAS_UNSUPPORTED_COMPILER=0 -I".." -I"../libs/math/include_private" -I"../libs/math/test" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/integer/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/math/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/random/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/system/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_index/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_traits/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/variant2/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/winapi/include" -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/test_chatterjee_correlation.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/test_chatterjee_correlation.o" "../libs/math/test/test_chatterjee_correlation.cpp"
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void properties() [with Real = double]???:
../libs/math/test/test_chatterjee_correlation.cpp:38:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(X.begin(), X.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:58:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(Y.begin(), Y.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void properties() [with Real = long double]???:
../libs/math/test/test_chatterjee_correlation.cpp:38:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::sort(X.begin(), X.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:58:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::sort(Y.begin(), Y.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void test_spots() [with Real = double]???:
../libs/math/test/test_chatterjee_correlation.cpp:67:23: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<Real> x = {1, 2, 3, 4};
^
../libs/math/test/test_chatterjee_correlation.cpp:68:23: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<Real> y = {1, 2, 3, 4};
^
../libs/math/test/test_chatterjee_correlation.cpp:72:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
y = {4, 3, 2, 1};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:76:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
y = {1, 3, 2, 4};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:80:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
y = {1, 1, 1, 1};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void test_spots() [with Real = long double]???:
../libs/math/test/test_chatterjee_correlation.cpp:67:23: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
std::vector<Real> x = {1, 2, 3, 4};
^
../libs/math/test/test_chatterjee_correlation.cpp:68:23: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
std::vector<Real> y = {1, 2, 3, 4};
^
../libs/math/test/test_chatterjee_correlation.cpp:72:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
y = {4, 3, 2, 1};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:76:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
y = {1, 3, 2, 4};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp:80:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
y = {1, 1, 1, 1};
~~^~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void test_paper() [with Real = double]???:
../libs/math/test/test_chatterjee_correlation.cpp:110:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(x.begin(), x.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_chatterjee_correlation.cpp: In function ???void test_paper() [with Real = long double]???:
../libs/math/test/test_chatterjee_correlation.cpp:110:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::sort(x.begin(), x.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
^~~~
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:4834:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp: In function ???ReturnType boost::math::statistics::chatterjee_correlation(const Container&, const Container&) [with Container = std::vector<double>; Real = double; ReturnType = double]???:
../boost/math/statistics/chatterjee_correlation.hpp:79:63: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return detail::chatterjee_correlation_seq_impl<ReturnType>(std::begin(u), std::end(u), std::begin(v), std::end(v));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:79:63: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
^~~~
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:4834:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp: In function ???ReturnType boost::math::statistics::chatterjee_correlation(const Container&, const Container&) [with Container = std::vector<long double, std::allocator<long double> >; Real = long double; ReturnType = long double]???:
../boost/math/statistics/chatterjee_correlation.hpp:79:63: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
return detail::chatterjee_correlation_seq_impl<ReturnType>(std::begin(u), std::end(u), std::begin(v), std::end(v));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:79:63: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/vector:64,
from ../libs/math/test/test_chatterjee_correlation.cpp:8:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
vector(initializer_list<value_type> __l,
^~~~~~
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:617:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
operator=(initializer_list<value_type> __l)
^~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
vector(initializer_list<value_type> __l,
^~~~~~
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/stl_vector.h:617:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
operator=(initializer_list<value_type> __l)
^~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
std::__uninitialized_copy_a(__x.begin(), __x.end(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
this->_M_impl._M_start,
~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__uninitialized_copy_a(__x.begin(), __x.end(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
this->_M_impl._M_start,
~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1968:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__introsort_loop(__first, __last,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__lg(__last - __first) * 2,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1971:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp: In function ???ReturnType boost::math::statistics::detail::chatterjee_correlation_seq_impl(ForwardIterator, ForwardIterator, ForwardIterator, ForwardIterator) [with ReturnType = double; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
ReturnType chatterjee_correlation_seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator v_end)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from ../boost/assert.hpp:64,
from ../boost/math/tools/assert.hpp:30,
from ../boost/math/statistics/chatterjee_correlation.hpp:17,
from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp:56:41: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
BOOST_MATH_ASSERT_MSG(std::is_sorted(u_begin, u_end), "The x values must be sorted in order to use this functionality");
../boost/math/tools/assert.hpp:33:42: note: in expansion of macro ???BOOST_ASSERT_MSG???
#define BOOST_MATH_ASSERT_MSG(expr, msg) BOOST_ASSERT_MSG(expr, msg)
^~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:56:5: note: in expansion of macro ???BOOST_MATH_ASSERT_MSG???
BOOST_MATH_ASSERT_MSG(std::is_sorted(u_begin, u_end), "The x values must be sorted in order to use this functionality");
^~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp:58:36: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
const std::vector<std::size_t> rank_vector = rank(v_begin, v_end);
^~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1968:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__introsort_loop(__first, __last,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__lg(__last - __first) * 2,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1971:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp: In function ???ReturnType boost::math::statistics::detail::chatterjee_correlation_seq_impl(ForwardIterator, ForwardIterator, ForwardIterator, ForwardIterator) [with ReturnType = long double; ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
ReturnType chatterjee_correlation_seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator v_end)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/chatterjee_correlation.hpp:52:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from ../boost/assert.hpp:64,
from ../boost/math/tools/assert.hpp:30,
from ../boost/math/statistics/chatterjee_correlation.hpp:17,
from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp:56:41: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
BOOST_MATH_ASSERT_MSG(std::is_sorted(u_begin, u_end), "The x values must be sorted in order to use this functionality");
../boost/math/tools/assert.hpp:33:42: note: in expansion of macro ???BOOST_ASSERT_MSG???
#define BOOST_MATH_ASSERT_MSG(expr, msg) BOOST_ASSERT_MSG(expr, msg)
^~~~~~~~~~~~~~~~
../boost/math/statistics/chatterjee_correlation.hpp:56:5: note: in expansion of macro ???BOOST_MATH_ASSERT_MSG???
BOOST_MATH_ASSERT_MSG(std::is_sorted(u_begin, u_end), "The x values must be sorted in order to use this functionality");
^~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/chatterjee_correlation.hpp:58:36: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
const std::vector<std::size_t> rank_vector = rank(v_begin, v_end);
^~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../libs/math/test/test_chatterjee_correlation.cpp:8:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*; _Tp = double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
__uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; _ForwardIterator = long double*; _Tp = long double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__introsort_loop(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1948:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__partial_sort(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1953:38: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__unguarded_partition_pivot(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__introsort_loop(__cut, __last, __depth_limit, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__final_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1885:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1886:35: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???bool std::is_sorted(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:3209:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
is_sorted(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3209:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:3210:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
{ return std::is_sorted_until(__first, __last) == __last; }
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/test_chatterjee_correlation.cpp:7:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
distance(_InputIterator __first, _InputIterator __last)
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:141:29: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/chatterjee_correlation.hpp:19,
from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/detail/rank.hpp: In function ???std::vector<unsigned int> boost::math::statistics::detail::rank(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; T = double]???:
../boost/math/statistics/detail/rank.hpp:39:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
auto rank(ForwardIterator first, ForwardIterator last) -> std::vector<std::size_t>
^~~~
../boost/math/statistics/detail/rank.hpp:39:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/detail/rank.hpp:41:41: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
std::size_t elements = std::distance(first, last);
~~~~~~~~~~~~~^~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:52:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
std::sort(rank_vector.begin(), rank_vector.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:55:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
rank_vector.erase(std::unique(rank_vector.begin(), rank_vector.end(), pair_equal()), rank_vector.end());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:55:5: note: parameter passing for argument of type ???std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >???} changed in GCC 7.1
rank_vector.erase(std::unique(rank_vector.begin(), rank_vector.end(), pair_equal()), rank_vector.end());
^~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__introsort_loop(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1948:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__partial_sort(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1953:38: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__unguarded_partition_pivot(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__introsort_loop(__cut, __last, __depth_limit, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__final_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1885:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1886:35: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???bool std::is_sorted(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algo.h:3209:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
is_sorted(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3209:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:3210:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
{ return std::is_sorted_until(__first, __last) == __last; }
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/test_chatterjee_correlation.cpp:7:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
distance(_InputIterator __first, _InputIterator __last)
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:141:29: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/chatterjee_correlation.hpp:19,
from ../libs/math/test/test_chatterjee_correlation.cpp:12:
../boost/math/statistics/detail/rank.hpp: In function ???std::vector<unsigned int> boost::math::statistics::detail::rank(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; T = long double]???:
../boost/math/statistics/detail/rank.hpp:39:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
auto rank(ForwardIterator first, ForwardIterator last) -> std::vector<std::size_t>
^~~~
../boost/math/statistics/detail/rank.hpp:39:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/detail/rank.hpp:41:41: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::size_t elements = std::distance(first, last);
~~~~~~~~~~~~~^~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:52:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<long double, unsigned int>*, std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > > >??? changed in GCC 7.1
std::sort(rank_vector.begin(), rank_vector.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:55:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<long double, unsigned int>*, std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > > >??? changed in GCC 7.1
rank_vector.erase(std::unique(rank_vector.begin(), rank_vector.end(), pair_equal()), rank_vector.end());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp:55:5: note: parameter passing for argument of type ???std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const std::pair<long double, unsigned int>*, std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > > >???} changed in GCC 7.1
rank_vector.erase(std::unique(rank_vector.begin(), rank_vector.end(), pair_equal()), rank_vector.end());
^~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../libs/math/test/test_chatterjee_correlation.cpp:8:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
uninitialized_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__uninitialized_copy<__is_trivial(_ValueType1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __is_trivial(_ValueType2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __assignable>::
~~~~~~~~~~~~~~~~~~
__uninit_copy(__first, __last, __result);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; _ForwardIterator = long double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
uninitialized_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
return std::__uninitialized_copy<__is_trivial(_ValueType1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __is_trivial(_ValueType2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __assignable>::
~~~~~~~~~~~~~~~~~~
__uninit_copy(__first, __last, __result);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__partial_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1933:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__heap_select(__first, __middle, __last, __comp);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1934:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__sort_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_partition_pivot(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1923:40: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
return std::__unguarded_partition(__first + 1, __last, __first, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1847:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/test_chatterjee_correlation.cpp:7:
/usr/include/c++/8/bits/stl_algo.h:1851:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
_GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 1);
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::is_sorted_until(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:3252:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
is_sorted_until(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3252:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:3261:36: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__is_sorted_until(__first, __last,
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
__gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/test_chatterjee_correlation.cpp:7:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::__distance(_RandomAccessIterator, _RandomAccessIterator, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
__distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
^~~~
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:4834:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::unique(_FIter, _FIter, _BinaryPredicate) [with _FIter = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _BinaryPredicate = boost::math::statistics::detail::pair_equal]???:
/usr/include/c++/8/bits/stl_algo.h:1025:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
unique(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~
/usr/include/c++/8/bits/stl_algo.h:1025:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1036:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
return std::__unique(__first, __last,
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
__gnu_cxx::__ops::__iter_comp_iter(__binary_pred));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
from ../libs/math/test/test_chatterjee_correlation.cpp:8:
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::const_iterator, std::vector<_Tp, _Alloc>::const_iterator) [with _Tp = std::pair<double, unsigned int>; _Alloc = std::allocator<std::pair<double, unsigned int> >]???:
/usr/include/c++/8/bits/stl_vector.h:1344:7: note: parameter passing for argument of type ???std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >???} changed in GCC 7.1
erase(const_iterator __first, const_iterator __last)
^~~~~
/usr/include/c++/8/bits/stl_vector.h:1344:7: note: parameter passing for argument of type ???std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >???} changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1348:71: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? changed in GCC 7.1
return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
^
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__partial_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1933:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__heap_select(__first, __middle, __last, __comp);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1934:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__sort_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__unguarded_partition_pivot(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1923:40: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
return std::__unguarded_partition(__first + 1, __last, __first, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1847:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/test_chatterjee_correlation.cpp:7:
/usr/include/c++/8/bits/stl_algo.h:1851:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
_GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 1);
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../libs/math/test/test_chatterjee_correlation.cpp:10:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
__unguarded_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::is_sorted_until(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algo.h:3252:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
is_sorted_until(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3252:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:3261:36: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
return std::__is_sorted_until(__first, __last,
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
__gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /us...
[The content has been trimmed by the report system because it exceeds 65536 bytes]