We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92f025 commit 9e1d063Copy full SHA for 9e1d063
tests/basictest.cpp
@@ -69,7 +69,7 @@ template <typename T> std::string fHexAndDec(T v) {
69
return ss.str();
70
}
71
72
-const std::string_view round_name(int const d) {
+const std::string round_name(int const d) {
73
switch (d) {
74
case FE_UPWARD:
75
return "FE_UPWARD";
0 commit comments