mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Refined Enforcement for F.7
This commit is contained in:
parent
1d6e7a6e6b
commit
815cdbbe72
|
@ -2218,7 +2218,7 @@ We can catch dangling pointers statically, so we don't need to rely on resource
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
* ??? Difficult: Flag smart pointer arguments where ownership isn't affected.
|
* Difficult: Flag smart pointer parameters (parameters of a type that overloads `operator->` or `operator*`) that are never copied, moved from, or assigned to. That means the ownership semantics are not used.
|
||||||
|
|
||||||
### <a name="Rf-pure"></a>F.8: Prefer pure functions
|
### <a name="Rf-pure"></a>F.8: Prefer pure functions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user