Skip to content

Commit 9e1d063

Browse files
committed
# tests
1 parent a92f025 commit 9e1d063

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
@@ -69,7 +69,7 @@ template <typename T> std::string fHexAndDec(T v) {
6969
return ss.str();
7070
}
7171

72-
const std::string_view round_name(int const d) {
72+
const std::string round_name(int const d) {
7373
switch (d) {
7474
case FE_UPWARD:
7575
return "FE_UPWARD";

0 commit comments

Comments
 (0)