mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-13 12:42:16 +00:00
corrected bitwise & operator
backed out some previous changes
This commit is contained in:
@@ -76,6 +76,10 @@ int main()
|
||||
// move back to position 0
|
||||
test(0);
|
||||
}
|
||||
catch(std::exception & e){
|
||||
std::cout << e.what() << '\n';
|
||||
return 1;
|
||||
}
|
||||
catch(...){
|
||||
std::cout << "test interrupted\n";
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user