Skip to content

Commit

Permalink
change as request
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed May 10, 2024
1 parent 44ddc7e commit 9ac4fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Functions/ReplaceRegexpImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ static constexpr ReplaceStringTraits::Replace convertToReplaceStringTraits(Repla
case ReplaceRegexpTraits::Replace::All:
return ReplaceStringTraits::Replace::All;
}
UNREACHABLE();

std::unreachable();
}

/** Replace all matches of regexp 'needle' to string 'replacement'.
Expand Down

0 comments on commit 9ac4fed

Please sign in to comment.