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
/sage/local/var/tmp/sage/build/primesieve-git/src/src/iterator.cpp:34:11: error: function 'primesieve::iterator& primesieve::iterator::operator=(primesieve::iterator&&)' defaulted on its redeclaration with an exception-specification that differs from the implicit declaration 'primesieve::iterator& primesieve::iterator::operator=(primesieve::iterator&&)'
iterator& iterator::operator=(iterator&&) noexcept = default;
^
With #107 applied, on
debian-jessie
, another build problem becomes visible (https://github.com/mkoeppe/primesieve/runs/4342272471?check_suite_focus=true):https://stackoverflow.com/questions/47032077/noexcept-default-compilation-error
The text was updated successfully, but these errors were encountered: