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

Add noexcept to all functions it makes sense on. #38

Open
Sqeaky opened this issue Apr 2, 2018 · 0 comments
Open

Add noexcept to all functions it makes sense on. #38

Sqeaky opened this issue Apr 2, 2018 · 0 comments

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Apr 2, 2018

This is a bug because it leaves performance on the table and this is an enhancement because it does work now. It should be straightforward because this is a tiny library, but each function that reaches in the std library needs to check the docs that it will never throw.

If someone wants to attempt this who has never used C++11 noexept here is the cppreference docs: http://en.cppreference.com/w/cpp/language/noexcept_spec

@Sqeaky Sqeaky added this to the 1.0 milestone Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant