Unable to work with gmp and uint64_t under windows in a sane manner – Debian
The following code works fine (compiles, assert statement gives true) under Linux/Debian (g++ 10.2), but refuses to work under Windows (mingw64 g++ 12.2.0). It's basically just supposed to assign UINT64_MAX to a mpf_class from the gmp library, but it seems…