cpp-best-practices / cpp-best-practices/cppbestpractices
Underflow / overflow terms are used incorrectly
Ouverte
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 8.8k
- Forks
- 902
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
03-Style - line 368
The text mentions "integer underflow". There is no such thing. Underflow (that is, truncation to zero) happens only for floating point types.
https://stackoverflow.com/questions/6360049/what-are-arithmetic-underflow-and-overflow-in-c
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.