Compile [2024-11-20 18:55:13 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_rank.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/test_rank.o" "../libs/math/test/test_rank.cpp"
../libs/math/test/test_rank.cpp: In function ???void test() [with T = double]???:
../libs/math/test/test_rank.cpp:15:20: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<T> test_vals {T(1.0), T(3.2), T(2.4), T(5.6), T(4.1)};
^~~~~~~~~
../libs/math/test/test_rank.cpp:16:10: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
auto rank_vector = boost::math::statistics::detail::rank(test_vals.begin(), test_vals.end());
^~~~~~~~~~~
../libs/math/test/test_rank.cpp:27:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
rank_vector = boost::math::statistics::detail::rank(test_vals.begin(), test_vals.end());
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_rank.cpp: In function ???void test() [with T = long double]???:
../libs/math/test/test_rank.cpp:15:20: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
std::vector<T> test_vals {T(1.0), T(3.2), T(2.4), T(5.6), T(4.1)};
^~~~~~~~~
../libs/math/test/test_rank.cpp:16:10: 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
auto rank_vector = boost::math::statistics::detail::rank(test_vals.begin(), test_vals.end());
^~~~~~~~~~~
../libs/math/test/test_rank.cpp:27:17: 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
rank_vector = boost::math::statistics::detail::rank(test_vals.begin(), test_vals.end());
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/test_rank.cpp: In function ???void container_test() [with T = double]???:
../libs/math/test/test_rank.cpp:41:20: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<T> test_vals {T(1.0), T(3.2), T(2.4), T(5.6), T(4.1)};
^~~~~~~~~
../libs/math/test/test_rank.cpp: In function ???void container_test() [with T = long double]???:
../libs/math/test/test_rank.cpp:41:20: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
std::vector<T> test_vals {T(1.0), T(3.2), T(2.4), T(5.6), T(4.1)};
^~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
from ../libs/math/test/test_rank.cpp:7:
/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,
^~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<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<double*, std::vector<double, std::allocator<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<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_rank.cpp:8:
../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<double*, std::vector<double, std::allocator<double> > >; T = double]???:
../boost/math/statistics/detail/rank.hpp:39:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<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<double*, std::vector<double, std::allocator<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<double*, std::vector<double, std::allocator<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/vector:64,
from ../libs/math/test/test_rank.cpp:7:
/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,
^~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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<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<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<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<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 ../libs/math/test/test_rank.cpp:8:
../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<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<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<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<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());
^~~~~~~~~~~
../boost/math/statistics/detail/rank.hpp: In function ???std::vector<unsigned int> boost::math::statistics::detail::rank(const Container&) [with Container = std::vector<double, std::allocator<double> >]???:
../boost/math/statistics/detail/rank.hpp:75:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return rank(std::begin(c), std::end(c));
^
../boost/math/statistics/detail/rank.hpp: In function ???std::vector<unsigned int> boost::math::statistics::detail::rank(const Container&) [with Container = std::vector<long double, std::allocator<long double> >]???:
../boost/math/statistics/detail/rank.hpp:75:43: 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 rank(std::begin(c), std::end(c));
^
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<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<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/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_rank.cpp:7:
/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/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {double}; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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<long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98: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
__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<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __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> > > >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: 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
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<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
/usr/include/c++/8/bits/stl_algo.h:4834:18: 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(__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<long double, unsigned int>*, std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long 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<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
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<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
/usr/include/c++/8/bits/stl_algo.h:1036:27: 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
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_rank.cpp:7:
/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<long double, unsigned int>; _Alloc = std::allocator<std::pair<long double, unsigned int> >]???:
/usr/include/c++/8/bits/stl_vector.h:1344:7: 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
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<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
/usr/include/c++/8/bits/stl_vector.h:1348:71: 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
return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
^
In file included from /usr/include/c++/8/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {long double}; _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/vector.tcc:109:4: 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
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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, std::allocator<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, std::allocator<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, std::allocator<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, std::allocator<double> > >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/test_rank.cpp:8:
../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, std::allocator<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, std::allocator<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, std::allocator<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, std::allocator<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/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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 ../libs/math/test/test_rank.cpp:8:
../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/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _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<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:1963: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:1968:25: 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::__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<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::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_ForwardIterator std::__unique(_ForwardIterator, _ForwardIterator, _BinaryPredicate) [with _ForwardIterator = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _BinaryPredicate = __gnu_cxx::__ops::_Iter_comp_iter<boost::math::statistics::detail::pair_equal>]???:
/usr/include/c++/8/bits/stl_algo.h:962: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:962: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:966:37: 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
__first = std::__adjacent_find(__first, __last, __binary_pred);
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:974:20: 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
if (!__binary_pred(__dest, __first))
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = std::pair<double, unsigned int>; _Alloc = std::allocator<std::pair<double, unsigned int> >]???:
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > >::iterator??? {aka ???__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
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > >::iterator??? {aka ???__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
In file included from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc:178:6: 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
_GLIBCXX_MOVE3(__last, end(), __first);
^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {double}; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __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> > > >; _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<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
__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<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
/usr/include/c++/8/bits/stl_algo.h:1968:25: 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::__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<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::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_ForwardIterator std::__unique(_ForwardIterator, _ForwardIterator, _BinaryPredicate) [with _ForwardIterator = __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> > > >; _BinaryPredicate = __gnu_cxx::__ops::_Iter_comp_iter<boost::math::statistics::detail::pair_equal>]???:
/usr/include/c++/8/bits/stl_algo.h:962:5: 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
__unique(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:962:5: 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
/usr/include/c++/8/bits/stl_algo.h:966:37: 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
__first = std::__adjacent_find(__first, __last, __binary_pred);
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:974:20: 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
if (!__binary_pred(__dest, __first))
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = std::pair<long double, unsigned int>; _Alloc = std::allocator<std::pair<long double, unsigned int> >]???:
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > >::iterator??? {aka ???__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
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > >::iterator??? {aka ???__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
In file included from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc:178:6: 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
_GLIBCXX_MOVE3(__last, end(), __first);
^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {long double}; _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ???std::vector<long double, std::allocator<long double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >???} changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.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, std::allocator<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, std::allocator<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, std::allocator<double> > >??? changed in GCC 7.1
/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 long double*, std::vector<long double, std::allocator<long 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 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:98: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
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _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<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? 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<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:1948: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
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<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::__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<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::__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<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _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<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >??? 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<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:1885:25: 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::__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<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::__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<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::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_ForwardIterator std::__adjacent_find(_ForwardIterator, _ForwardIterator, _BinaryPredicate) [with _ForwardIterator = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _BinaryPredicate = __gnu_cxx::__ops::_Iter_comp_iter<boost::math::statistics::detail::pair_equal>]???:
/usr/include/c++/8/bits/stl_algo.h:945: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
__adjacent_find(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:945: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:953:21: 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
if (__binary_pred(__first, __next))
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _Iterator2 = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _Compare = boost::math::statistics::detail::pair_equal]???:
/usr/include/c++/8/bits/predefined_ops.h:142:9: 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
operator()(_Iterator1 __it1, _Iterator2 __it2)
^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:142:9: 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
In file included from /usr/include/c++/8/vector:60,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::move(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<std::pair<double, unsigned int>*, std::vector<std::pair<double, unsigned int>, std::allocator<std::pair<double, unsigned int> > > >; _OI = __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_algobase.h:479: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
move(_II __first, _II __last, _OI __result)
^~~~
/usr/include/c++/8/bits/stl_algobase.h:479: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_algobase.h:479: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_algobase.h:487:39: 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::__copy_move_a2<true>(std::__miter_base(__first),
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
std::__miter_base(__last), __result);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../libs/math/test/test_rank.cpp:7:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:311:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
return std::__uninitialized_copy_a
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__first),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/statistics/detail/rank.hpp:14,
from ../libs/math/test/test_rank.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __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> > > >; _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<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
__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<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
/usr/include/c++/8/bits/stl_algo.h:1948:27: 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::__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<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::__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<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::__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<std::pair<long double, unsigned int>*, std::vector<std::pair<long double, unsigned int>, std::allocator<std::pair<long double, unsigned int> > > >; _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<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
__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<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
/usr/include/c++/8/bits/stl_algo.h:1885:25: 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::__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<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::__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<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::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_Forw...
[The content has been trimmed by the report system because it exceeds 65536 bytes]