mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
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:
commit
ab34c8b6b0
|
@ -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…
Reference in New Issue
Block a user