mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fixed broken link (Res-nonnegative) (#1641)
This commit is contained in:
@@ -1604,7 +1604,7 @@ Once language support becomes available (e.g., see the [contract proposal](http:
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-non-negative).
|
No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-nonnegative).
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user