mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-26 04:52:26 +00:00
resolved division
This commit is contained in:
@@ -91,5 +91,6 @@ const char *test_division_result[VALUE_ARRAY_SIZE] = {
|
||||
int main(int argc, char * argv[]){
|
||||
bool rval = true;
|
||||
TEST_EACH_VALUE_PAIR
|
||||
std::cout << (rval ? "success!" : "failure") << std::endl;
|
||||
return ! rval ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user