mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +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**:
|
||||
|
||||
* [prefer `t*` over `t&` when "no argument" is a valid option](#rf-ptr-ref)
|
||||
* [smart pointer rule summary](#rr-summary-smartptrs)
|
||||
* [prefer `t*` over `t&` when "no argument" is a valid option](#Rf-ptr-ref)
|
||||
* [smart pointer rule summary](#Rr-summary-smartptrs)
|
||||
|
||||
### <a name="Rf-pure"></a>F.8: Prefer pure functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user