Source: xtensor Version: 0.11.2-1 Severity: serious Justification: fails to build from source
Hi,
xtensor FTBFS in a current sid/experimental environment, probably due to
some changes in GCC 8:
In file included from /build/xtensor-0.11.2/include/xtensor/xcontainer.hpp:17,
from /build/xtensor-0.11.2/include/xtensor/xarray.hpp:17,
from /build/xtensor-0.11.2/include/xtensor/xadapt.hpp:17,
from /build/xtensor-0.11.2/test/test_xadapt.cpp:10:
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp: In member function
'xt::xiterable<D>::layout_iterator<L> xt::xiterable<D>::storage_begin()':
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp:737:25: error: expected
primary-expression before ')' token
return begin<L>();
^
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp: In member function
'xt::xiterable<D>::layout_iterator<L> xt::xiterable<D>::storage_end()':
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp:744:23: error: expected
primary-expression before ')' token
return end<L>();
^
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp: In member function
'xt::xiterable<D>::reverse_layout_iterator<L>
xt::xiterable<D>::storage_rbegin()':
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp:751:26: error: expected
primary-expression before ')' token
return rbegin<L>();
^
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp: In member function
'xt::xiterable<D>::reverse_layout_iterator<L> xt::xiterable<D>::storage_rend()':
/build/xtensor-0.11.2/include/xtensor/xiterable.hpp:758:24: error: expected
primary-expression before ')' token
return rend<L>();
^
Andreas
xtensor_0.11.2-1.log.gz
Description: application/gzip

