Merge pull request #1679 from N-Dekker/E.30-Remove-suggestion-to-use-throw()

E.30: Remove suggestion to use `throw()`
This commit is contained in:
Gabriel Dos Reis 2020-09-21 19:54:11 -07:00 committed by GitHub
commit ab34c8b6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16330,7 +16330,7 @@ For example, see [Stroustrup94](#Stroustrup94).
##### Note
If no exception can be thrown, use [`noexcept`](#Re-noexcept) or its equivalent `throw()`.
If no exception can be thrown, use [`noexcept`](#Re-noexcept).
##### Enforcement