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 6bb56e4 commit f159b42Copy full SHA for f159b42
src/duckdb/third_party/re2/re2/re2.cc
@@ -165,6 +165,8 @@ int RE2::Options::ParseFlags() const {
165
}
166
167
void RE2::Init(const StringPiece& pattern, const Options& options) {
168
+ abort();
169
+
170
static std::once_flag empty_once;
171
std::call_once(empty_once, []() {
172
empty_string = new std::string;
0 commit comments