Skip to content

Commit cdabfe4

Browse files
committed
# constexpr noexcept
1 parent be46835 commit cdabfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basictest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ template <typename T> std::string fHexAndDec(T v) {
7979
return ss.str();
8080
}
8181

82-
const std::string_view round_name(int const d) {
82+
constexpr std::string_view round_name(int const d) noexcept {
8383
switch (d) {
8484
case FE_UPWARD:
8585
return "FE_UPWARD";

0 commit comments

Comments
 (0)