mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #201 from jwakely/patch-2
Change gsl:: qualification to lowercase
This commit is contained in:
commit
7fa4b587b1
|
@ -3078,7 +3078,7 @@ Here `p` refers to `pp` but does not own it.
|
|||
**Enforcement**:
|
||||
|
||||
* (Simple) If a class has pointer or reference member variables that are owners
|
||||
(e.g., deemed owners by using `GSL::owner`), then they should be referenced in its destructor.
|
||||
(e.g., deemed owners by using `gsl::owner`), then they should be referenced in its destructor.
|
||||
* (Hard) Determine if pointer or reference member variables are owners when there is no explicit statement of ownership
|
||||
(e.g., look into the constructors).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user