Change gsl:: qualification to lowercase

This commit is contained in:
Jonathan Wakely 2015-09-28 19:36:07 +01:00
parent 2110e06336
commit 53dc924649

View File

@ -3075,7 +3075,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).