Corrected link to noexcept anchor (#1559)

pull/1573/head
Bernd Ritter 6 years ago 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.
Prefer to use exceptions.
**See also**: [Use of `noexcept`](#Se-noexcept)
**See also**: [Use of `noexcept`](#Re-noexcept)
##### Enforcement

Loading…
Cancel
Save