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

Reply via email to