You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this error building on fedora rawhide (vigra-build.log):
gcc-15.0.1
boost-1.83.0
numpy-2.2.1
python-3.13.1
In file included from /builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/adjacency_list_graph.hxx:49,
from /builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/graph_algorithms.hxx:56,
from /builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/skeleton.hxx:45,
from /builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/vigranumpy/src/core/accumulator-region-singleband.cxx:40:
/builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/random_access_set.hxx: In member function ‘vigra::RandomAccessSet<Key, Compare, Alloc>::const_iterator vigra::RandomAccessSet<Key, Compare, Alloc>::insert(const_iterator, const value_type&)’:
/builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/random_access_set.hxx:403:46: error: ‘class vigra::RandomAccessSet<Key, Compare, Alloc>’ has no member named ‘operator()’; did you mean ‘operator=’? [-Wtemplate-body]
403 | if((position == begin() || this->operator()(*(position-1),value))
| ^
| operator=
/builddir/build/BUILD/vigra-1.11.2-build/vigra-1.11.2/include/vigra/random_access_set.hxx:404:44: error: ‘class vigra::RandomAccessSet<Key, Compare, Alloc>’ has no member named ‘operator()’; did you mean ‘operator=’? [-Wtemplate-body]
404 | && (position == end() || this->operator()(value, *position))) {
| ^
| operator=
The text was updated successfully, but these errors were encountered:
I'm seeing this error building on fedora rawhide (vigra-build.log):
gcc-15.0.1
boost-1.83.0
numpy-2.2.1
python-3.13.1
The text was updated successfully, but these errors were encountered: