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

View File

@@ -16330,7 +16330,7 @@ For example, see [Stroustrup94](#Stroustrup94).
##### Note ##### 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 ##### Enforcement