Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure on debian-jessie #108

Closed
mkoeppe opened this issue Nov 27, 2021 · 1 comment
Closed

Build failure on debian-jessie #108

mkoeppe opened this issue Nov 27, 2021 · 1 comment
Labels

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 27, 2021

With #107 applied, on debian-jessie, another build problem becomes visible (https://github.com/mkoeppe/primesieve/runs/4342272471?check_suite_focus=true):

/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;
           ^

https://stackoverflow.com/questions/47032077/noexcept-default-compilation-error

@kimwalisch
Copy link
Owner

Wontfix, see: #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants