passes all tests.

version 2.0 of exception policy design.
This commit is contained in:
Robert Ramey
2017-05-30 20:46:45 -07:00
parent e5749b5b4a
commit 4a8c7c31d8
10 changed files with 640 additions and 428 deletions

View File

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