mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix anchor links with double hash symbols
This commit is contained in:
@@ -15052,7 +15052,7 @@ The standard library assumes that destructors, deallocation functions (e.g., `op
|
||||
|
||||
Deallocation functions, including `operator delete`, must be `noexcept`. `swap` functions must be `noexcept`.
|
||||
Most destructors are implicitly `noexcept` by default.
|
||||
Also, [make move operations `noexcept`](##Rc-move-noexcept).
|
||||
Also, [make move operations `noexcept`](#Rc-move-noexcept).
|
||||
|
||||
##### Enforcement
|
||||
|
||||
@@ -15153,7 +15153,7 @@ Consider `finally` a last resort.
|
||||
|
||||
##### Note
|
||||
|
||||
Use of `finally` is a systematic and reasonably clean alternative to the old [`goto exit;` technique](##Re-no-throw-codes)
|
||||
Use of `finally` is a systematic and reasonably clean alternative to the old [`goto exit;` technique](#Re-no-throw-codes)
|
||||
for dealing with cleanup where resource management is not systematic.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
Reference in New Issue
Block a user