mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Corrected link to noexcept anchor (#1559)
This commit is contained in:
committed by
Sergey Zubkov
parent
282ff88e57
commit
778b44c2c9
@@ -15517,7 +15517,7 @@ One strategy is to add a `valid()` operation to every resource handle:
|
|||||||
Obviously, this increases the size of the code, doesn't allow for implicit propagation of "exceptions" (`valid()` checks), and `valid()` checks can be forgotten.
|
Obviously, this increases the size of the code, doesn't allow for implicit propagation of "exceptions" (`valid()` checks), and `valid()` checks can be forgotten.
|
||||||
Prefer to use exceptions.
|
Prefer to use exceptions.
|
||||||
|
|
||||||
**See also**: [Use of `noexcept`](#Se-noexcept)
|
**See also**: [Use of `noexcept`](#Re-noexcept)
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user