mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #1031 from WPMGPRoSToTeMa/patch-1
R.1: Fix finally link
This commit is contained in:
commit
3eaf4fe886
|
@ -8682,7 +8682,7 @@ What is `Port`? A handy wrapper that encapsulates the resource:
|
|||
|
||||
##### Note
|
||||
|
||||
Where a resource is "ill-behaved" in that it isn't represented as a class with a destructor, wrap it in a class or use [`finally`](#S-gsl)
|
||||
Where a resource is "ill-behaved" in that it isn't represented as a class with a destructor, wrap it in a class or use [`finally`](#Re-finally)
|
||||
|
||||
**See also**: [RAII](#Rr-raii).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user