7 Commits

Author SHA1 Message Date
Robert Ramey
cbb4197a17 cleaned up definitions for constructors and casting operators
passes all tests and examples.
minor documentation fixes
2020-11-07 07:09:37 -08:00
Robert Ramey
c4b0d5fbb6 simplified safe<T> <-> T conversions.
fails test_rational only
2020-11-02 07:23:04 -08:00
Robert Ramey
9a765f565c cleaned up issues in type requirement issues for integer only operations. 2020-01-20 15:26:50 -08:00
Robert Ramey
0e25e2095b alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
Robert Ramey
b62ef86e28 Added case study for embedded system
corrections in cpp promotion
added make_safe_literal
separated integers from other types
dropped example91
updated CMakeLists.txt and Jamfile.v2 accordingly
2018-07-21 09:57:35 -07:00
Robert Ramey
1490e9fe57 refactored to implement checked_result arithmetic - still some tests to fix 2018-03-13 15:04:16 -07:00
Robert Ramey
67bc38ac62 added example based on rational.hpp
used enable_if on checked functions to pave the way for other checked implementations
2017-06-27 22:56:11 -07:00