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

E.30: Remove suggestion to use `throw()`
string_span-excision
Gabriel Dos Reis 5 years ago committed by GitHub
commit ab34c8b6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save