Corrected link to noexcept anchor (#1559)

This commit is contained in:
Bernd Ritter
2020-01-09 19:01:02 +01:00
committed by Sergey Zubkov
parent 282ff88e57
commit 778b44c2c9

View File

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