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
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.
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
The text was updated successfully, but these errors were encountered: