We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The below should be noexcept but it fails on clang on Travis (but not locally or moa). Investigate and make it noexcept if possible.
noexcept
clang
moa
disk_memory_source(disk_memory_source&&) = default; disk_memory_source& operator=(disk_memory_source&&) = default;
The text was updated successfully, but these errors were encountered:
Remove noexcept temporarily until #27 resolved
e05bf4e
That's fixed now; not installing gcc-7 fixed it, not completely sure why it failed but it might something to do with using a wrong std library.
Sorry, something went wrong.
No branches or pull requests
The below should be
noexcept
but it fails onclang
on Travis (but not locally ormoa
). Investigate and make itnoexcept
if possible.The text was updated successfully, but these errors were encountered: