We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ddc7e commit 9ac4fedCopy full SHA for 9ac4fed
src/Functions/ReplaceRegexpImpl.h
@@ -36,7 +36,8 @@ static constexpr ReplaceStringTraits::Replace convertToReplaceStringTraits(Repla
36
case ReplaceRegexpTraits::Replace::All:
37
return ReplaceStringTraits::Replace::All;
38
}
39
- UNREACHABLE();
+
40
+ std::unreachable();
41
42
43
/** Replace all matches of regexp 'needle' to string 'replacement'.
0 commit comments