Fix broken links in P.8

This commit is contained in:
Lukasz Towarek 2016-03-15 20:38:06 +01:00
parent bcb93bd803
commit 70c4997f84

View File

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