Compile [2024-11-20 18:52:58 UTC]: succeed
"g++-8" -std=c++2a -O0 -fno-inline -Wall -Wno-deprecated-declarations -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I".." -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/extended_p_square_quantile.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/extended_p_square_quantile.o" "../libs/accumulators/test/extended_p_square_quantile.cpp"
In file included from ../boost/accumulators/statistics/extended_p_square.hpp:28,
from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:31,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/times2_iterator.hpp: In function ???boost::accumulators::detail::times2_iterator boost::accumulators::detail::make_times2_iterator(std::size_t)???:
../boost/accumulators/statistics/times2_iterator.hpp:43:9: note: parameter passing for argument of type ???boost::iterators::counting_iterator<unsigned int>??? changed in GCC 7.1
);
^
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:17,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/iterator/transform_iterator.hpp: In function ???boost::iterators::transform_iterator<UnaryFunc, Iterator> boost::iterators::make_transform_iterator(Iterator, UnaryFunc) [with UnaryFunc = std::binder1st<std::multiplies<unsigned int> >; Iterator = boost::iterators::counting_iterator<unsigned int>]???:
../boost/iterator/transform_iterator.hpp:139:3: note: parameter passing for argument of type ???boost::iterators::counting_iterator<unsigned int>??? changed in GCC 7.1
make_transform_iterator(Iterator it, UnaryFunc fun)
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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> >??? changed in GCC 7.1
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
/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>::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In member function ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result_type boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result(const Args&) const [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, const boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::quantile_probability, boost::parameter::aux::tagged_argument<boost::accumulators::tag::quantile_probability, const double>, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::unweighted; Impl2 = boost::accumulators::linear]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:97:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::copy(some_extended_p_square(args).begin(), some_extended_p_square(args).end(), heights.begin());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square_quantile.hpp:101:78: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
typename array_type::const_iterator iter_probs = std::lower_bound(this->probabilities.begin(), this->probabilities.end(), this->probability);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:102:45: note: parameter passing for argument of type ???std::vector<double>::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >???} changed in GCC 7.1
std::size_t dist = std::distance(this->probabilities.begin(), iter_probs);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In member function ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result_type boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result(const Args&) const [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, const boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::quantile_probability, boost::parameter::aux::tagged_argument<boost::accumulators::tag::quantile_probability, const double>, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::unweighted; Impl2 = boost::accumulators::quadratic]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:97:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::copy(some_extended_p_square(args).begin(), some_extended_p_square(args).end(), heights.begin());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square_quantile.hpp:101:78: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
typename array_type::const_iterator iter_probs = std::lower_bound(this->probabilities.begin(), this->probabilities.end(), this->probability);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:102:45: note: parameter passing for argument of type ???std::vector<double>::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >???} changed in GCC 7.1
std::size_t dist = std::distance(this->probabilities.begin(), iter_probs);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In member function ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result_type boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result(const Args&) const [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, const boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::quantile_probability, boost::parameter::aux::tagged_argument<boost::accumulators::tag::quantile_probability, const double>, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::weighted; Impl2 = boost::accumulators::linear]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:97:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::copy(some_extended_p_square(args).begin(), some_extended_p_square(args).end(), heights.begin());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square_quantile.hpp:101:78: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
typename array_type::const_iterator iter_probs = std::lower_bound(this->probabilities.begin(), this->probabilities.end(), this->probability);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:102:45: note: parameter passing for argument of type ???std::vector<double>::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >???} changed in GCC 7.1
std::size_t dist = std::distance(this->probabilities.begin(), iter_probs);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In member function ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result_type boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::result(const Args&) const [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, const boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::quantile_probability, boost::parameter::aux::tagged_argument<boost::accumulators::tag::quantile_probability, const double>, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::weighted; Impl2 = boost::accumulators::quadratic]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:97:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::copy(some_extended_p_square(args).begin(), some_extended_p_square(args).end(), heights.begin());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square_quantile.hpp:101:78: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
typename array_type::const_iterator iter_probs = std::lower_bound(this->probabilities.begin(), this->probabilities.end(), this->probability);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:102:45: note: parameter passing for argument of type ???std::vector<double>::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >???} changed in GCC 7.1
std::size_t dist = std::distance(this->probabilities.begin(), iter_probs);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = boost::accumulators::detail::lvalue_index_iterator<boost::iterators::permutation_iterator<__gnu_cxx::__normal_iterator<const double*, std::vector<double> >, boost::iterators::transform_iterator<std::binder1st<std::multiplies<unsigned int> >, boost::iterators::counting_iterator<unsigned int> > > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
copy(_II __first, _II __last, _OI __result)
^~~~
/usr/include/c++/8/bits/stl_algobase.h:455:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
return (std::__copy_move_a2<__is_move_iterator<_II>::__value>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(std::__miter_base(__first), std::__miter_base(__last),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__result));
~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h: In function ???_ForwardIterator std::lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _Tp = double]???:
/usr/include/c++/8/bits/stl_algobase.h:984:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
lower_bound(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:984: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_algobase.h:993:32: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__lower_bound(__first, __last, __val,
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
__gnu_cxx::__ops::__iter_less_val());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/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 /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*; _Tp = double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<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 ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = boost::accumulators::detail::lvalue_index_iterator<boost::iterators::permutation_iterator<__gnu_cxx::__normal_iterator<const double*, std::vector<double> >, boost::iterators::transform_iterator<std::binder1st<std::multiplies<unsigned int> >, boost::iterators::counting_iterator<unsigned int> > > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__copy_move_a2(_II __first, _II __last, _OI __result)
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h: In function ???_ForwardIterator std::__lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_less_val]???:
/usr/include/c++/8/bits/stl_algobase.h:946:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
__lower_bound(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:946: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_algobase.h:952:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
_DistanceType __len = std::distance(__first, __last);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:959:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__middle, __val))
~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/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/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<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 ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???std::move_iterator<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 ../boost/accumulators/statistics/extended_p_square_quantile.hpp:31,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square.hpp: In constructor ???boost::accumulators::impl::extended_p_square_impl<Sample>::extended_p_square_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double]???:
../boost/accumulators/statistics/extended_p_square.hpp:94:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, positions_increments(heights.size())
^
In file included from /usr/include/c++/8/vector:64,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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());
~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:31,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square.hpp: In constructor ???boost::accumulators::impl::extended_p_square_impl<Sample>::extended_p_square_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double]???:
../boost/accumulators/statistics/extended_p_square.hpp:94:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, positions_increments(heights.size())
^
../boost/accumulators/statistics/extended_p_square.hpp: In member function ???boost::accumulators::impl::extended_p_square_impl<Sample>::result_type boost::accumulators::impl::extended_p_square_impl<Sample>::result(boost::accumulators::dont_care) const [with Sample = double]???:
../boost/accumulators/statistics/extended_p_square.hpp:237:13: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
);
^
../boost/accumulators/statistics/extended_p_square.hpp:237:13: 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/bits/stl_algobase.h:67,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = double*; _Container = std::vector<double>]???:
/usr/include/c++/8/bits/stl_iterator.h:987:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Iter_less_val::operator()(_Iterator, _Value&) const [with _Iterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _Value = const double]???:
/usr/include/c++/8/bits/predefined_ops.h:64:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
operator()(_Iterator __it, _Value& __val) const
^~~~~~~~
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:32,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/weighted_extended_p_square.hpp: In member function ???boost::accumulators::impl::weighted_extended_p_square_impl<Sample, Weight>::result_type boost::accumulators::impl::weighted_extended_p_square_impl<Sample, Weight>::result(boost::accumulators::dont_care) const [with Sample = double; Weight = double]???:
../boost/accumulators/statistics/weighted_extended_p_square.hpp:252:13: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
);
^
../boost/accumulators/statistics/weighted_extended_p_square.hpp:252:13: 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/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
__uninit_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:101:27: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
{ return std::copy(__first, __last, __result); }
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In constructor ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::extended_p_square_quantile_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::unweighted; Impl2 = boost::accumulators::linear]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:79:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, probability()
^
In file included from /usr/include/c++/8/vector:64,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; <template-parameter-2-2> = void; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:543:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
vector(_InputIterator __first, _InputIterator __last,
^~~~~~
/usr/include/c++/8/bits/stl_vector.h:543:2: 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_vector.h:546:4: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
{ _M_initialize_dispatch(__first, __last, __false_type()); }
^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:32,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/weighted_extended_p_square.hpp: In constructor ???boost::accumulators::impl::weighted_extended_p_square_impl<Sample, Weight>::weighted_extended_p_square_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Weight = double]???:
../boost/accumulators/statistics/weighted_extended_p_square.hpp:91:45: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, desired_positions(heights.size())
^
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In constructor ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::extended_p_square_quantile_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::unweighted; Impl2 = boost::accumulators::quadratic]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:79:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, probability()
^
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:32,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/weighted_extended_p_square.hpp: In constructor ???boost::accumulators::impl::weighted_extended_p_square_impl<Sample, Weight>::weighted_extended_p_square_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Weight = double]???:
../boost/accumulators/statistics/weighted_extended_p_square.hpp:91:45: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, desired_positions(heights.size())
^
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:19,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/iterator/permutation_iterator.hpp: In function ???boost::iterators::permutation_iterator<ElementIterator, IndexIterator> boost::iterators::make_permutation_iterator(ElementIterator, IndexIterator) [with ElementIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; IndexIterator = boost::iterators::transform_iterator<std::binder1st<std::multiplies<unsigned int> >, boost::iterators::counting_iterator<unsigned int> >]???:
../boost/iterator/permutation_iterator.hpp:64:1: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
make_permutation_iterator( ElementIterator e, IndexIterator i )
^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/iterator/permutation_iterator.hpp:66:71: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return permutation_iterator<ElementIterator, IndexIterator>( e, i );
^
In file included from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<double*>; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
copy(_II __first, _II __last, _OI __result)
^~~~
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
In file included from /usr/include/c++/8/vector:64,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In member function ???void std::vector<_Tp, _Alloc>::_M_initialize_dispatch(_InputIterator, _InputIterator, std::__false_type) [with _InputIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1432:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
_M_initialize_dispatch(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1432:2: 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_vector.h:1437:4: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
_M_range_initialize(__first, __last, _IterCategory());
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In constructor ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::extended_p_square_quantile_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::weighted; Impl2 = boost::accumulators::linear]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:79:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, probability()
^
../boost/accumulators/statistics/extended_p_square_quantile.hpp: In constructor ???boost::accumulators::impl::extended_p_square_quantile_impl<Sample, Impl1, Impl2>::extended_p_square_quantile_impl(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::extended_p_square_probabilities_<0>, boost::parameter::aux::tagged_argument<boost::accumulators::tag::extended_p_square_probabilities_<0>, std::vector<double, std::allocator<double> > >, std::integral_constant<bool, true> > >; Sample = double; Impl1 = boost::accumulators::weighted; Impl2 = boost::accumulators::quadratic]???:
../boost/accumulators/statistics/extended_p_square_quantile.hpp:79:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
, probability()
^
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:19,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/iterator/permutation_iterator.hpp: In constructor ???boost::iterators::permutation_iterator<ElementIterator, IndexIterator>::permutation_iterator(ElementIterator, IndexIterator) [with ElementIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; IndexIterator = boost::iterators::transform_iterator<std::binder1st<std::multiplies<unsigned int> >, boost::iterators::counting_iterator<unsigned int> >]???:
../boost/iterator/permutation_iterator.hpp:37:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
explicit permutation_iterator(ElementIterator x, IndexIterator y)
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_iterator.h: In function ???decltype (std::__miter_base(__it.base())) std::__miter_base(std::move_iterator<_IteratorL>) [with _Iterator = double*]???:
/usr/include/c++/8/bits/stl_iterator.h:1238:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
__miter_base(move_iterator<_Iterator> __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/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> >]???:
/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> >??? 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> >??? 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> >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In member function ???void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1462:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
_M_range_initialize(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1462:2: 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_vector.h:1465:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
const size_type __n = std::distance(__first, __last);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1469:33: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__uninitialized_copy_a(__first, __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
this->_M_impl._M_start,
~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<true>::__uninit_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:99:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
__uninit_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: 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:101:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
{ return std::copy(__first, __last, __result); }
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/accumulators/statistics/extended_p_square_quantile.hpp:31,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:17:
../boost/accumulators/statistics/extended_p_square.hpp: In member function ???void boost::accumulators::impl::extended_p_square_impl<Sample>::operator()(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::sample, boost::parameter::aux::tagged_argument<boost::accumulators::tag::sample, const double>, std::integral_constant<bool, true> > >; Sample = double]???:
../boost/accumulators/statistics/extended_p_square.hpp:140:30: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(this->heights.begin(), this->heights.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square.hpp:161:51: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
iterator it = std::upper_bound(
~~~~~~~~~~~~~~~~^
this->heights.begin()
~~~~~~~~~~~~~~~~~~~~~
, this->heights.end()
~~~~~~~~~~~~~~~~~~~~~
, args[sample]
~~~~~~~~~~~~~~
);
~
../boost/accumulators/statistics/extended_p_square.hpp:167:48: note: parameter passing for argument of type ???iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
sample_cell = std::distance(this->heights.begin(), it);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square.hpp: In member function ???void boost::accumulators::impl::extended_p_square_impl<Sample>::operator()(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::extended_p_square_quantile(boost::accumulators::quadratic), mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, void> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::sample, boost::parameter::aux::tagged_argument<boost::accumulators::tag::sample, const double>, std::integral_constant<bool, true> > >; Sample = double]???:
../boost/accumulators/statistics/extended_p_square.hpp:140:30: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(this->heights.begin(), this->heights.end());
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/extended_p_square.hpp:161:51: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
iterator it = std::upper_bound(
~~~~~~~~~~~~~~~~^
this->heights.begin()
~~~~~~~~~~~~~~~~~~~~~
, this->heights.end()
~~~~~~~~~~~~~~~~~~~~~
, args[sample]
~~~~~~~~~~~~~~
);
~
../boost/accumulators/statistics/extended_p_square.hpp:167:48: note: parameter passing for argument of type ???iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
sample_cell = std::distance(this->heights.begin(), it);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/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> >]???:
/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> >??? 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> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/vector:63,
from ../boost/random/detail/polynomial.hpp:18,
from ../boost/random/mersenne_twister.hpp:32,
from ../boost/random.hpp:43,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:9:
/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<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<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<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<double*, std::vector<double> >??? changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/accumulators/test/extended_p_square_quantile.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
copy(_II __first, _II __las...
[The content has been trimmed by the report system because it exceeds 65536 bytes]