Add call to report_errors() to limits_test.cpp.

This commit is contained in:
jzmaddock
2018-09-15 08:21:19 +01:00
parent c2af669dd7
commit cec1a860e9

View File

@ -207,7 +207,7 @@ int cpp_main(int, char*[])
test_float_limits(long_double(), "long double");
// Some compilers don't pay attention to std:3.6.1/5 and issue a
// warning here if "return 0;" is omitted.
return 0;
return boost::report_errors();
}