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
Removed "throw( )" specifiers. Such specifiers are redundant as the compiler cannot guarantee that functions with the "throw( )" specifier will not throw exceptions. If using C++11, use "noexcept".
0 commit comments