cpp-best-practices / cpp-best-practices/cppbestpractices
Underflow / overflow terms are used incorrectly
Abierto
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 8.8k
- Forks
- 902
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.