2025-05-04 14:29:08 +00:00
|
|
|
Index: qcdloop-2.1.0/src/types.cc
|
2020-08-31 11:45:13 +00:00
|
|
|
===================================================================
|
2025-05-04 14:29:08 +00:00
|
|
|
--- qcdloop-2.1.0.orig/src/types.cc
|
|
|
|
|
+++ qcdloop-2.1.0/src/types.cc
|
|
|
|
|
@@ -14,7 +14,7 @@ namespace std
|
2020-08-31 11:45:13 +00:00
|
|
|
{
|
|
|
|
|
char buf[200];
|
|
|
|
|
std::ostringstream format;
|
|
|
|
|
- format << "%." << (std::min)(190L, out.precision()) << "Qe";
|
|
|
|
|
+ format << "%." << (std::min)(190L, (long int)out.precision()) << "Qe";
|
|
|
|
|
quadmath_snprintf(buf, 200, format.str().c_str(), f);
|
|
|
|
|
out << buf;
|
|
|
|
|
return out;
|