mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix broken links in P.8
This commit is contained in:
parent
bcb93bd803
commit
70c4997f84
|
@ -845,9 +845,9 @@ if they can be cleanly and safely de-allocated, they should be.)
|
|||
|
||||
##### Note
|
||||
|
||||
Enforcing (#In.force)[the lifetime profile] eliminates leaks.
|
||||
When combined with resource safety provided by (#Rr-raii)[RAII], it eliminates the need for "garbage collection" (by generating no garbage).
|
||||
Combine this with enforcement of (the type and bounds profiles)[In.force] and you get complete type- and resource-safety, guaranteed by tools.
|
||||
Enforcing [the lifetime profile](#In.force) eliminates leaks.
|
||||
When combined with resource safety provided by [RAII](#Rr-raii), it eliminates the need for "garbage collection" (by generating no garbage).
|
||||
Combine this with enforcement of [the type and bounds profiles](#In.force) and you get complete type- and resource-safety, guaranteed by tools.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user