This commit is contained in:
hsutter
2019-06-20 11:34:11 -07:00
parent 1d54448aeb
commit 10ff912f5c

View File

@@ -13221,7 +13221,7 @@ For example
##### 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`