mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-12 12:22:16 +00:00
corrected errors in comparison
implemented compile time checking to eliminate redundant run time error checking first cut with automatic promotion
This commit is contained in:
@@ -173,7 +173,6 @@ const char *test_modulus_result[VALUE_ARRAY_SIZE] = {
|
||||
)
|
||||
/**/
|
||||
|
||||
#define COUNT sizeof(test_modulus_result)
|
||||
int main(int argc, char * argv[]){
|
||||
bool rval = true;
|
||||
TEST_EACH_VALUE_PAIR
|
||||
|
||||
Reference in New Issue
Block a user