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 be46835 commit cdabfe4Copy full SHA for cdabfe4
tests/basictest.cpp
@@ -79,7 +79,7 @@ template <typename T> std::string fHexAndDec(T v) {
79
return ss.str();
80
}
81
82
-const std::string_view round_name(int const d) {
+constexpr std::string_view round_name(int const d) noexcept {
83
switch (d) {
84
case FE_UPWARD:
85
return "FE_UPWARD";
0 commit comments