mpusz / wg21-papers

ISO C++ Committee papers by Mateusz Pusz
https://mpusz.github.io/wg21-papers
4 stars 7 forks source link

Some comments about integer truncation and division #32

Closed bernedom closed 10 months ago

bernedom commented 11 months ago

Added some more context to the problem of integer truncation and integer division, with some possible behaviors how to optionally enable unsafe operations for the users really needing it.

I am a bit unsure if we should offer such general solution ideas without concrete implementation examples.