mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-22 03:32:24 +00:00
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:
@@ -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[]){
|
||||
|
||||
Reference in New Issue
Block a user