mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence.
This commit is contained in:
@@ -27,7 +27,7 @@ typedef number<cpp_bin_float<std::numeric_limits<good_type>::digits, digit_base_
|
||||
|
||||
int main()
|
||||
{
|
||||
float f = std::numeric_limits<float>::max();
|
||||
float f = (std::numeric_limits<float>::max)();
|
||||
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user