mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 05:04:41 +03:00
Closes #1432
This commit is contained in:
@@ -13221,7 +13221,7 @@ For example
|
|||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
Hard: there is a lot of code using `unsigned` and we don't offer a practical positive number type.
|
See ES.100 Enforcements.
|
||||||
|
|
||||||
|
|
||||||
### <a name="Res-subscripts"></a>ES.107: Don't use `unsigned` for subscripts, prefer `gsl::index`
|
### <a name="Res-subscripts"></a>ES.107: Don't use `unsigned` for subscripts, prefer `gsl::index`
|
||||||
|
|||||||
Reference in New Issue
Block a user