C++ bounded::integer library
bearophile via Digitalmars-d
digitalmars-d at puremagic.com
Sat May 17 10:31:16 PDT 2014
I am reading all the slides in this page (some are still missing
and will be added later):
https://github.com/boostcon/cppnow_presentations_2014
Here are the slides of a nice talk, "Removing undefined behavior
from integer operations: the bounded::integer library":
https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/bounded_integer.pdf?raw=true
Some design decisions are not good (like not throwing at run-time
on default, the long name, and more). Near the end of the slides
pack it shows that a bit of language support can help improve
both the syntax and the usage.
Bye,
bearophile
More information about the Digitalmars-d
mailing list