Skip to content

Conversation

Interlocked
Copy link
Member

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".

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".
Thumperrr pushed a commit that referenced this pull request Apr 16, 2013
Interlocked - Update Exception.h
Removed deprecated throw( ) specifiers.
@Thumperrr Thumperrr merged commit d11fc0d into cpluspluscom:master Apr 16, 2013
@ghost ghost assigned Thumperrr May 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants