Merge pull request #201 from jwakely/patch-2

Change gsl:: qualification to lowercase
pull/212/head
Gabriel Dos Reis 10 years ago
commit 7fa4b587b1

@ -3078,7 +3078,7 @@ Here `p` refers to `pp` but does not own it.
**Enforcement**: **Enforcement**:
* (Simple) If a class has pointer or reference member variables that are owners * (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 * (Hard) Determine if pointer or reference member variables are owners when there is no explicit statement of ownership
(e.g., look into the constructors). (e.g., look into the constructors).

Loading…
Cancel
Save