Test output: teeks99-05-dg8-2a-32onarmv7l - accumulators - p_square_cumul_dist / gcc-8~c++2a
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 03:42:08 +0000
Notes
[ Eric Niebler ] This test has not been updated to accomodate changes in Boost.Random.
Compile [2024-11-20 18:52:59 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/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o" "../libs/accumulators/test/p_square_cumul_dist.cpp"

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/p_square_cumul_dist.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());
           ~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = std::pair<double, double>; _Alloc = std::allocator<std::pair<double, double> >]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double> > >??? changed in GCC 7.1
    std::__uninitialized_copy_a(__x.begin(), __x.end(),
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
           this->_M_impl._M_start,
           ~~~~~~~~~~~~~~~~~~~~~~~
           _M_get_Tp_allocator());
           ~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/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/p_square_cumul_dist.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); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 std::pair<double, double>*, std::vector<std::pair<double, double> > >; _ForwardIterator = std::pair<double, double>*; _Tp = std::pair<double, double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, 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 std::pair<double, double>*, std::vector<std::pair<double, 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 std::pair<double, double>*, std::vector<std::pair<double, double> > >??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double> > >; _ForwardIterator = std::pair<double, double>*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, 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 std::pair<double, double>*, std::vector<std::pair<double, 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 std::pair<double, double>*, std::vector<std::pair<double, double> > >??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In 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); }
                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double> > >; _ForwardIterator = std::pair<double, double>*; bool _TrivialValueTypes = false]???:
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double> > >??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double> > >??? changed in GCC 7.1
In file included from ../libs/accumulators/test/p_square_cumul_dist.cpp:17:
../boost/accumulators/statistics/p_square_cumul_dist.hpp: In member function ???void boost::accumulators::impl::p_square_cumulative_distribution_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::p_square_cumulative_distribution, 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/p_square_cumul_dist.hpp:102: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/p_square_cumul_dist.hpp:121:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
                     it = std::upper_bound(
                          ~~~~~~~~~~~~~~~~^
                         this->heights.begin()
                         ~~~~~~~~~~~~~~~~~~~~~
                       , this->heights.end()
                       ~~~~~~~~~~~~~~~~~~~~~
                       , args[sample]
                       ~~~~~~~~~~~~~~      
                     );
                     ~                     
../boost/accumulators/statistics/p_square_cumul_dist.hpp:127:48: 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
                     sample_cell = std::distance(this->heights.begin(), it);
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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 __last, _OI __result)
     ^~~~
/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
/usr/include/c++/8/bits/stl_algobase.h:455:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const 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));
         ~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
     ^~~~
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:4834:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       std::__sort(__first, __last, __gnu_cxx::__ops::__iter_less_iter());
       ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::upper_bound(_FIter, _FIter, const _Tp&) [with _FIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double]???:
/usr/include/c++/8/bits/stl_algo.h:2077:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     upper_bound(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:2077:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:2086:32: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return std::__upper_bound(__first, __last, __val,
              ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
     __gnu_cxx::__ops::__val_less_iter());
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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/cmath:42,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/cpp_type_traits.h: In function ???_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/cpp_type_traits.h:419:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __miter_base(_Iterator __it)
     ^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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 = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const 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:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1968:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__introsort_loop(__first, __last,
    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
     std::__lg(__last - __first) * 2,
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     __comp);
     ~~~~~~~              
/usr/include/c++/8/bits/stl_algo.h:1971:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__final_insertion_sort(__first, __last, __comp);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_ForwardIterator std::__upper_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double; _Compare = __gnu_cxx::__ops::_Val_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:2039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __upper_bound(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:2039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:2045:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       _DistanceType __len = std::distance(__first, __last);
                             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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/bits/stl_algobase.h:67,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = const 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<const 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/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __introsort_loop(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1948:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
        std::__partial_sort(__first, __last, __last, __comp);
        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1953:38: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
      std::__unguarded_partition_pivot(__first, __last, __comp);
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__introsort_loop(__cut, __last, __depth_limit, __comp);
    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __final_insertion_sort(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1885:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1886:35: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __comp);
        ~~~~~~~                     
/usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  std::__insertion_sort(__first, __last, __comp);
  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Val_less_iter::operator()(_Value&, _Iterator) const [with _Value = const double; _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:89:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Value& __val, _Iterator __it) const
       ^~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __partial_sort(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1933:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       std::__heap_select(__first, __middle, __last, __comp);
       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1934:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       std::__sort_heap(__first, __middle, __comp);
       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __unguarded_partition_pivot(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __comp);
       ~~~~~~~                     
/usr/include/c++/8/bits/stl_algo.h:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1923:40: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return std::__unguarded_partition(__first + 1, __last, __first, __comp);
              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __insertion_sort(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1847:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    if (__comp(__i, __first))
        ~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algo.h:1851:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
        _GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 1);
        ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __unguarded_insertion_sort(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1668:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __heap_select(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1668:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1668:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1672:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       std::__make_heap(__first, __middle, __comp);
       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1674:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  if (__comp(__i, __first))
      ~~~~~~^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1675:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__pop_heap(__first, __middle, __i, __comp);
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
                 from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:402:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:402: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_heap.h:408:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::__pop_heap(__first, __last, __last, __comp);
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Iterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: 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/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:78:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __move_median_to_first(_Iterator __result,_Iterator __a, _Iterator __b,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:78:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:78:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:78:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:81:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       if (__comp(__a, __b))
           ~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:83:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    if (__comp(__b, __c))
        ~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:84:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
      std::iter_swap(__result, __b);
      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:85:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    else if (__comp(__a, __c))
             ~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:86:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
      std::iter_swap(__result, __c);
      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:88:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
      std::iter_swap(__result, __a);
      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:90:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       else if (__comp(__a, __c))
                ~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:91:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  std::iter_swap(__result, __a);
  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:92:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       else if (__comp(__b, __c))
                ~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:93:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  std::iter_swap(__result, __c);
  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:95:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  std::iter_swap(__result, __b);
  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1896:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __unguarded_partition(_RandomAccessIterator __first,
     ^~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1896:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1896:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:1902:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    while (__comp(__first, __pivot))
           ~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1905:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    while (__comp(__pivot, __last))
           ~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1909:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::iter_swap(__first, __last);
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_BI2 std::move_backward(_BI1, _BI1, _BI2) [with _BI1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _BI2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:658:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     move_backward(_BI1 __first, _BI1 __last, _BI2 __result)
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:658: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_algobase.h:658: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_algobase.h:668:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return std::__copy_move_backward_a2<true>(std::__miter_base(__first),
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       std::__miter_base(__last),
       ~~~~~~~~~~~~~~~~~~~~~~~~~~                
       __result);
       ~~~~~~~~~                                 
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1821:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __unguarded_linear_insert(_RandomAccessIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
                 from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:326:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:326: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_heap.h: In function ???void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:243:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:243: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_heap.h:243: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/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _ForwardIterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:120:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
     ^~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:120: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/cmath:42,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/cpp_type_traits.h: In function ???_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/cpp_type_traits.h:419:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __miter_base(_Iterator __it)
     ^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_BI2 std::__copy_move_backward_a2(_BI1, _BI1, _BI2) [with bool _IsMove = true; _BI1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _BI2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:595:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __copy_move_backward_a2(_BI1 __first, _BI1 __last, _BI2 __result)
     ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:595: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_algobase.h:595: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/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Val_less_iter::operator()(_Value&, _Iterator) const [with _Value = double; _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:89:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Value& __val, _Iterator __it) const
       ^~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
                 from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Distance = int; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:214:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:222:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    if (__comp(__first + __secondChild,
        ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
        __first + (__secondChild - 1)))
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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_algo.h:61,
                 from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Distance = int; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_less_val]???:
/usr/include/c++/8/bits/stl_heap.h:128:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __push_heap(_RandomAccessIterator __first,
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:133:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       while (__holeIndex > __topIndex && __comp(__first + __parent, __value))
                                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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<double*, std::vector<double> >; _Value = double]???:
/usr/include/c++/8/bits/predefined_ops.h:64:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Iterator __it, _Value& __val) const
       ^~~~~~~~
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/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::reserve(std::vector<_Tp, _Alloc>::size_type) [with _Tp = std::pair<double, double>; _Alloc = std::allocator<std::pair<double, double> >]???:
/usr/include/c++/8/bits/vector.tcc:74:12: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
    pointer __tmp = _M_allocate_and_copy(__n,
            ^~~~~
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::reserve(std::vector<_Tp, _Alloc>::size_type) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:74:12: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
    pointer __tmp = _M_allocate_and_copy(__n,
            ^~~~~
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/p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(std::vector<_Tp, _Alloc>::size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = std::move_iterator<std::pair<double, double>*>; _Tp = std::pair<double, double>; _Alloc = std::allocator<std::pair<double, double> >]???:
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
  _M_allocate_and_copy(size_type __n,
  ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1401:35: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
        std::__uninitialized_copy_a(__first, __last, __result,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
        _M_get_Tp_allocator());
        ~~~~~~~~~~~~~~~~~~~~~~      
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(std::vector<_Tp, _Alloc>::size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = std::move_iterator<double*>; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
  _M_allocate_and_copy(size_type __n,
  ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1401:35: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
        std::__uninitialized_copy_a(__first, __last, __result,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
        _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/p_square_cumul_dist.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<std::pair<double, double>*>; _ForwardIterator = std::pair<double, double>*; _Tp = std::pair<double, double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, 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<std::pair<double, 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<std::pair<double, double>*>??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = 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); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<std::pair<double, double>*>; _ForwardIterator = std::pair<double, double>*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, 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<std::pair<double, 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<std::pair<double, double>*>??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = std::pair<double, double>*; _ForwardIterator = std::pair<double, double>*; _Allocator = std::allocator<std::pair<double, double> >]???:
/usr/include/c++/8/bits/stl_uninitialized.h:311:2: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, 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);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<std::pair<double, double>*>; _ForwardIterator = std::pair<double, double>*; bool _TrivialValueTypes = false]???:
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???std::move_iterator<std::pair<double, double>*>??? changed in GCC 7.1
/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 /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/p_square_cumul_dist.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 ...

[The content has been trimmed by the report system because it exceeds 65536 bytes]            
Link [2024-11-20 18:52:59 UTC]: fail


    "g++-8"    -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/test/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/visibility-hidden/libboost_unit_test_framework.a"  -Wl,-Bstatic  -Wl,-Bdynamic  -Wl,--end-group  

/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_oarchive::text_oarchive(std::ostream&, unsigned int)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive13text_oarchiveC2ERSoj[_ZN5boost7archive13text_oarchiveC5ERSoj]+0x28): undefined reference to `boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::text_oarchive_impl(std::ostream&, unsigned int)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive13text_oarchiveC2ERSoj[_ZN5boost7archive13text_oarchiveC5ERSoj]+0x50): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::init()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_iarchive::text_iarchive(std::istream&, unsigned int)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive13text_iarchiveC2ERSij[_ZN5boost7archive13text_iarchiveC5ERSij]+0x28): undefined reference to `boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::text_iarchive_impl(std::istream&, unsigned int)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive13text_iarchiveC2ERSij[_ZN5boost7archive13text_iarchiveC5ERSij]+0x50): undefined reference to `boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::init()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::~text_oarchive_impl()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEED2Ev[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEED5Ev]+0x34): undefined reference to `boost::archive::basic_text_oprimitive<std::ostream>::~basic_text_oprimitive()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::~text_iarchive_impl()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_iarchive_implINS0_13text_iarchiveEED2Ev[_ZN5boost7archive18text_iarchive_implINS0_13text_iarchiveEED5Ev]+0x34): undefined reference to `boost::archive::basic_text_iprimitive<std::istream>::~basic_text_iprimitive()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::common_oarchive<boost::archive::text_oarchive>::~common_oarchive()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail15common_oarchiveINS0_13text_oarchiveEED2Ev[_ZN5boost7archive6detail15common_oarchiveINS0_13text_oarchiveEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oarchive::~basic_oarchive()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::~common_iarchive()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail15common_iarchiveINS0_13text_iarchiveEED2Ev[_ZN5boost7archive6detail15common_iarchiveINS0_13text_iarchiveEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iarchive::~basic_iarchive()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, unsigned int>(boost::archive::text_oarchive&, unsigned int const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEjEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEjEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::save_non_pointer_type<boost::archive::text_oarchive>::save_standard::invoke<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >(boost::archive::text_oarchive&, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt6vectorISt4pairIddESaIS9_EEEEvRS3_RKT_[_ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt6vectorISt4pairIddESaIS9_EEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_oarchive::save_object(void const*, boost::archive::detail::basic_oserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<unsigned int>(unsigned int const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIjEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIjEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::save_non_pointer_type<boost::archive::text_oarchive>::save_standard::invoke<std::vector<double, std::allocator<double> > >(boost::archive::text_oarchive&, std::vector<double, std::allocator<double> > const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt6vectorIdSaIdEEEEvRS3_RKT_[_ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt6vectorIdSaIdEEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_oarchive::save_object(void const*, boost::archive::detail::basic_oserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, bool>(boost::archive::text_oarchive&, bool const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEbEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEbEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::load_non_pointer_type<boost::archive::text_iarchive>::load_standard::invoke<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >(boost::archive::text_iarchive&, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt6vectorISt4pairIddESaIS9_EEEEvRS3_RKT_[_ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt6vectorISt4pairIddESaIS9_EEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_iarchive::load_object(void*, boost::archive::detail::basic_iserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<bool>(bool const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIbEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIbEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::load_non_pointer_type<boost::archive::text_iarchive>::load_standard::invoke<std::vector<double, std::allocator<double> > >(boost::archive::text_iarchive&, std::vector<double, std::allocator<double> > const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt6vectorIdSaIdEEEEvRS3_RKT_[_ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt6vectorIdSaIdEEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_iarchive::load_object(void*, boost::archive::detail::basic_iserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const':
p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0x8c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0xc4): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_oprimitive<std::ostream>::save_impl<unsigned int>(unsigned int const&, mpl_::bool_<false>&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implIjEEvRKT_RN4mpl_5bool_ILb0EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implIjEEvRKT_RN4mpl_5bool_ILb0EEE]+0x5c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implIjEEvRKT_RN4mpl_5bool_ILb0EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implIjEEvRKT_RN4mpl_5bool_ILb0EEE]+0x94): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::basic_text_oprimitive<std::ostream>::save(bool)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE4saveEb[_ZN5boost7archive21basic_text_oprimitiveISoE4saveEb]+0x5c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE4saveEb[_ZN5boost7archive21basic_text_oprimitiveISoE4saveEb]+0x90): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_iprimitive<std::istream>::load<unsigned int>(unsigned int&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIjEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIjEEvRT_]+0x60): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIjEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIjEEvRT_]+0x78): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<double, std::allocator<double> > >::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const':
p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0x8c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0xc4): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_[_ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_]+0x28): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception const&)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_[_ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_]+0x3c): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_[_ZN5boost13serialization15throw_exceptionINS_7archive17archive_exceptionEEEvRKT_]+0x40): undefined reference to `typeinfo for boost::archive::archive_exception'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEEC2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::basic_oserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::~oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEED2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::~basic_oserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_iprimitive<std::istream>::load<bool>(bool&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIbEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIbEEvRT_]+0x60): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIbEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIbEEvRT_]+0x78): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::vector<double, std::allocator<double> > >::oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEEC2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::basic_oserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::vector<double, std::allocator<double> > >::~oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEED2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::~basic_oserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_oarchive& boost::serialization::smart_cast_impl::reference<boost::archive::text_oarchive&>::polymorphic::cross::cast<boost::archive::detail::basic_oarchive>(boost::archive::detail::basic_oarchive&)':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization15smart_cast_impl9referenceIRNS_7archive13text_oarchiveEE11polymorphic5cross4castINS3_6detail14basic_oarchiveEEES5_RT_[_ZN5boost13serialization15smart_cast_impl9referenceIRNS_7archive13text_oarchiveEE11polymorphic5cross4castINS3_6detail14basic_oarchiveEEES5_RT_]+0x44): undefined reference to `typeinfo for boost::archive::detail::basic_oarchive'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEEC2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::basic_iserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::~iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEED2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::~basic_iserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<double, std::allocator<double> > >::iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEEC2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::basic_iserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::vector<double, std::allocator<double> > >::~iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEED2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::~basic_iserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_iarchive& boost::serialization::smart_cast_impl::reference<boost::archive::text_iarchive&>::polymorphic::cross::cast<boost::archive::detail::basic_iarchive>(boost::archive::detail::basic_iarchive&)':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization15smart_cast_impl9referenceIRNS_7archive13text_iarchiveEE11polymorphic5cross4castINS3_6detail14basic_iarchiveEEES5_RT_[_ZN5boost13serialization15smart_cast_impl9referenceIRNS_7archive13text_iarchiveEE11polymorphic5cross4castINS3_6detail14basic_iarchiveEEES5_RT_]+0x44): undefined reference to `typeinfo for boost::archive::detail::basic_iarchive'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC5Ev]+0x24): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::extended_type_info_typeid_0(char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC5Ev]+0x48): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_register(std::type_info const&)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC5Ev]+0x54): undefined reference to `boost::serialization::extended_type_info::key_register() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEC5Ev]+0x68): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >::~extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED5Ev]+0x24): undefined reference to `boost::serialization::extended_type_info::key_unregister() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED5Ev]+0x30): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_unregister()'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEED5Ev]+0x3c): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::serialization::load<boost::archive::text_iarchive, std::pair<double, double>, std::allocator<std::pair<double, double> > >(boost::archive::text_iarchive&, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >&, unsigned int, mpl_::bool_<false>)':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization4loadINS_7archive13text_iarchiveESt4pairIddESaIS5_EEEvRT_RSt6vectorIT0_T1_EjN4mpl_5bool_ILb0EEE[_ZN5boost13serialization4loadINS_7archive13text_iarchiveESt4pairIddESaIS5_EEEvRT_RSt6vectorIT0_T1_EjN4mpl_5bool_ILb0EEE]+0x2c): undefined reference to `boost::archive::detail::basic_iarchive::get_library_version() const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::vector<double, std::allocator<double> > >::extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC5Ev]+0x24): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::extended_type_info_typeid_0(char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC5Ev]+0x48): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_register(std::type_info const&)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC5Ev]+0x54): undefined reference to `boost::serialization::extended_type_info::key_register() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEC5Ev]+0x68): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::vector<double, std::allocator<double> > >::~extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED5Ev]+0x24): undefined reference to `boost::serialization::extended_type_info::key_unregister() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED5Ev]+0x30): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_unregister()'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEED5Ev]+0x3c): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::serialization::load<boost::archive::text_iarchive, double, std::allocator<double> >(boost::archive::text_iarchive&, std::vector<double, std::allocator<double> >&, unsigned int, mpl_::bool_<false>)':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization4loadINS_7archive13text_iarchiveEdSaIdEEEvRT_RSt6vectorIT0_T1_EjN4mpl_5bool_ILb0EEE[_ZN5boost13serialization4loadINS_7archive13text_iarchiveEdSaIdEEEvRT_RSt6vectorIT0_T1_EjN4mpl_5bool_ILb0EEE]+0x2c): undefined reference to `boost::archive::detail::basic_iarchive::get_library_version() const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::save_non_pointer_type<boost::archive::text_oarchive>::save_standard::invoke<std::pair<double, double> >(boost::archive::text_oarchive&, std::pair<double, double> const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt4pairIddEEEvRS3_RKT_[_ZN5boost7archive6detail21save_non_pointer_typeINS0_13text_oarchiveEE13save_standard6invokeISt4pairIddEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_oarchive::save_object(void const*, boost::archive::detail::basic_oserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::serialization::collection_size_type>(boost::archive::text_oarchive&, boost::serialization::collection_size_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS_13serialization20collection_size_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS_13serialization20collection_size_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::serialization::item_version_type>(boost::archive::text_oarchive&, boost::serialization::item_version_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS_13serialization17item_version_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS_13serialization17item_version_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, double>(boost::archive::text_oarchive&, double const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEdEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveEdEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<boost::serialization::collection_size_type>(boost::serialization::collection_size_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS_13serialization20collection_size_typeEEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS_13serialization20collection_size_typeEEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::detail::load_non_pointer_type<boost::archive::text_iarchive>::load_standard::invoke<std::pair<double, double> >(boost::archive::text_iarchive&, std::pair<double, double> const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt4pairIddEEEvRS3_RKT_[_ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveEE13load_standard6invokeISt4pairIddEEEvRS3_RKT_]+0x38): undefined reference to `boost::archive::detail::basic_iarchive::load_object(void*, boost::archive::detail::basic_iserializer const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<double>(double const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIdEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveIdEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::pair<double, double> >::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const':
p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0x8c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEE16load_object_dataERNS1_14basic_iarchiveEPvj[_ZNK5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEE16load_object_dataERNS1_14basic_iarchiveEPvj]+0xc4): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_oprimitive<std::ostream>::save_impl<boost::serialization::collection_size_type>(boost::serialization::collection_size_type const&, mpl_::bool_<false>&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implINS_13serialization20collection_size_typeEEEvRKT_RN4mpl_5bool_ILb0EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implINS_13serialization20collection_size_typeEEEvRKT_RN4mpl_5bool_ILb0EEE]+0x5c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implINS_13serialization20collection_size_typeEEEvRKT_RN4mpl_5bool_ILb0EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implINS_13serialization20collection_size_typeEEEvRKT_RN4mpl_5bool_ILb0EEE]+0x98): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::pair<double, double> >::oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEEC2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::basic_oserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::oserializer<boost::archive::text_oarchive, std::pair<double, double> >::~oserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEED2Ev[_ZN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_oserializer::~basic_oserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_iprimitive<std::istream>::load<boost::serialization::collection_size_type>(boost::serialization::collection_size_type&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadINS_13serialization20collection_size_typeEEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadINS_13serialization20collection_size_typeEEEvRT_]+0x6c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadINS_13serialization20collection_size_typeEEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadINS_13serialization20collection_size_typeEEEvRT_]+0x84): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_oprimitive<std::ostream>::save_impl<double>(double const&, mpl_::bool_<true>&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implIdEEvRKT_RN4mpl_5bool_ILb1EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implIdEEvRKT_RN4mpl_5bool_ILb1EEE]+0x5c): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_oprimitiveISoE9save_implIdEEvRKT_RN4mpl_5bool_ILb1EEE[_ZN5boost7archive21basic_text_oprimitiveISoE9save_implIdEEvRKT_RN4mpl_5bool_ILb1EEE]+0xc8): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::basic_text_iprimitive<std::istream>::load<double>(double&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIdEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIdEEvRT_]+0x60): undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception::exception_code, char const*, char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost7archive21basic_text_iprimitiveISiE4loadIdEEvRT_[_ZN5boost7archive21basic_text_iprimitiveISiE4loadIdEEvRT_]+0x78): undefined reference to `boost::archive::archive_exception::~archive_exception()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::pair<double, double> >::iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEEC2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEEC5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::basic_iserializer(boost::serialization::extended_type_info const&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::detail::iserializer<boost::archive::text_iarchive, std::pair<double, double> >::~iserializer()':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEED2Ev[_ZN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEED5Ev]+0x24): undefined reference to `boost::archive::detail::basic_iserializer::~basic_iserializer()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::pair<double, double> >::extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC5Ev]+0x24): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::extended_type_info_typeid_0(char const*)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC5Ev]+0x48): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_register(std::type_info const&)'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC5Ev]+0x54): undefined reference to `boost::serialization::extended_type_info::key_register() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEEC5Ev]+0x68): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::serialization::extended_type_info_typeid<std::pair<double, double> >::~extended_type_info_typeid()':
p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED5Ev]+0x24): undefined reference to `boost::serialization::extended_type_info::key_unregister() const'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED5Ev]+0x30): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::type_unregister()'
/usr/bin/ld: p_square_cumul_dist.cpp:(.text._ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED2Ev[_ZN5boost13serialization25extended_type_info_typeidISt4pairIddEED5Ev]+0x3c): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::~extended_type_info_typeid_0()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt4pairIddEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt4pairIddEEEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt4pairIddEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt4pairIddEEEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt4pairIddEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt4pairIddEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt4pairIddEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt4pairIddEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorIdSaIdEEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorIdSaIdEEEEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorIdSaIdEEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorIdSaIdEEEEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorISt4pairIddESaIS6_EEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorISt4pairIddESaIS6_EEEEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorISt4pairIddESaIS6_EEEEEE[_ZTVN5boost13serialization6detail17singleton_wrapperINS0_25extended_type_info_typeidISt6vectorISt4pairIddESaIS6_EEEEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE]+0x8): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTVN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE[_ZTVN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE]+0xc): undefined reference to `boost::serialization::typeid_system::extended_type_info_typeid_0::is_equal(boost::serialization::extended_type_info const&) const'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost13serialization25extended_type_info_typeidISt4pairIddEEE[_ZTIN5boost13serialization25extended_type_info_typeidISt4pairIddEEE]+0x10): undefined reference to `typeinfo for boost::serialization::typeid_system::extended_type_info_typeid_0'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEEE[_ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt4pairIddEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_iserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEEE[_ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt4pairIddEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_oserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE[_ZTIN5boost13serialization25extended_type_info_typeidISt6vectorIdSaIdEEEE]+0x10): undefined reference to `typeinfo for boost::serialization::typeid_system::extended_type_info_typeid_0'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE[_ZTIN5boost13serialization25extended_type_info_typeidISt6vectorISt4pairIddESaIS4_EEEE]+0x10): undefined reference to `typeinfo for boost::serialization::typeid_system::extended_type_info_typeid_0'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEEE[_ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorIdSaIdEEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_iserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEEE[_ZTIN5boost7archive6detail11iserializerINS0_13text_iarchiveESt6vectorISt4pairIddESaIS6_EEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_iserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEEE[_ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorIdSaIdEEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_oserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEEE[_ZTIN5boost7archive6detail11oserializerINS0_13text_oarchiveESt6vectorISt4pairIddESaIS6_EEEE]+0x8): undefined reference to `typeinfo for boost::archive::detail::basic_oserializer'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail15common_iarchiveINS0_13text_iarchiveEEE[_ZTIN5boost7archive6detail15common_iarchiveINS0_13text_iarchiveEEE]+0x10): undefined reference to `typeinfo for boost::archive::detail::basic_iarchive'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:(.rodata._ZTIN5boost7archive6detail15common_oarchiveINS0_13text_oarchiveEEE[_ZTIN5boost7archive6detail15common_oarchiveINS0_13text_oarchiveEEE]+0x10): undefined reference to `typeinfo for boost::archive::detail::basic_oarchive'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `boost::archive::text_iarchive& boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><boost::archive::class_name_type>(boost::archive::class_name_type&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive6detail18interface_iarchiveINS0_13text_iarchiveEErsINS0_15class_name_typeEEERS3_RT_[_ZN5boost7archive6detail18interface_iarchiveINS0_13text_iarchiveEErsINS0_15class_name_typeEEERS3_RT_]+0x28): undefined reference to `boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load_override(boost::archive::class_name_type&)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::archive::version_type>(boost::archive::text_oarchive&, boost::archive::version_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_12version_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_12version_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::archive::object_id_type>(boost::archive::text_oarchive&, boost::archive::object_id_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_14object_id_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_14object_id_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::archive::object_reference_type>(boost::archive::text_oarchive&, boost::archive::object_reference_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_21object_reference_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_21object_reference_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::archive::class_id_type>(boost::archive::text_oarchive&, boost::archive::class_id_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_13class_id_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_13class_id_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::save_access::save_primitive<boost::archive::text_oarchive, boost::archive::class_id_reference_type>(boost::archive::text_oarchive&, boost::archive::class_id_reference_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_23class_id_reference_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_23class_id_reference_typeEEEvRT_RKT0_]+0x1c): undefined reference to `boost::archive::detail::basic_oarchive::end_preamble()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o:p_square_cumul_dist.cpp:(.text._ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_13tracking_typeEEEvRT_RKT0_[_ZN5boost7archive11save_access14save_primitiveINS0_13text_oarchiveENS0_13tracking_typeEEEvRT_RKT0_]+0x1c): more undefined references to `boost::archive::detail::basic_oarchive::end_preamble()' follow
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<boost::archive::object_id_type>(boost::archive::object_id_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS0_14object_id_typeEEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS0_14object_id_typeEEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<boost::archive::object_reference_type>(boost::archive::object_reference_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS0_21object_reference_typeEEEvRKT_[_ZN5boost7archive18text_oarchive_implINS0_13text_oarchiveEE4saveINS0_21object_reference_typeEEEvRKT_]+0x1c): undefined reference to `boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::newtoken()'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/p_square_cumul_dist.o: in function `void boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save<boost::archive::class_id_type>(boost::archive::class_id_type const&)':
p_square_cumul_dist.cpp:(.text._ZN5boost7arc...

[The content has been trimmed by the report system because it exceeds 65536 bytes]