Resolving issues related to error policy - first cut. Passes all tests except shift / undefined behavior.

Still needs to be redone - but on the right track.
This commit is contained in:
Robert Ramey
2017-05-25 11:01:24 -07:00
parent 3f228716de
commit e5749b5b4a
18 changed files with 296 additions and 273 deletions

View File

@@ -8,7 +8,7 @@
using safe_t = boost::numeric::safe<
int,
boost::numeric::automatic, // note use of "automatic" policy!!!
boost::numeric::trap_exception
boost::numeric::no_exceptions_policy
>;
int main(int argc, const char * argv[]){