mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Fix broken cross-references. (#1878)
This commit is contained in:
@@ -2822,8 +2822,8 @@ We can catch many common cases of dangling pointers statically (see [lifetime sa
|
|||||||
|
|
||||||
**see also**:
|
**see also**:
|
||||||
|
|
||||||
* [prefer `t*` over `t&` when "no argument" is a valid option](#rf-ptr-ref)
|
* [prefer `t*` over `t&` when "no argument" is a valid option](#Rf-ptr-ref)
|
||||||
* [smart pointer rule summary](#rr-summary-smartptrs)
|
* [smart pointer rule summary](#Rr-summary-smartptrs)
|
||||||
|
|
||||||
### <a name="Rf-pure"></a>F.8: Prefer pure functions
|
### <a name="Rf-pure"></a>F.8: Prefer pure functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user