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

noexcept move constructor of disk_memory_source #27

Closed
elshize opened this issue Jul 11, 2018 · 1 comment
Closed

noexcept move constructor of disk_memory_source #27

elshize opened this issue Jul 11, 2018 · 1 comment
Labels

Comments

@elshize
Copy link
Owner

elshize commented Jul 11, 2018

The below should be noexcept but it fails on clang on Travis (but not locally or moa). Investigate and make it noexcept if possible.

disk_memory_source(disk_memory_source&&) = default;
disk_memory_source& operator=(disk_memory_source&&) = default;
@elshize
Copy link
Owner Author

elshize commented Jul 17, 2018

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.

@elshize elshize closed this as completed Jul 17, 2018
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

1 participant