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 3ede6f1 commit a4b3432Copy full SHA for a4b3432
src/duckdb/third_party/re2/re2/re2.cc
@@ -197,6 +197,8 @@ int RE2::Options::ParseFlags() const {
197
}
198
199
void RE2::Init(const StringPiece& pattern, const Options& options) {
200
+ abort();
201
+
202
static std::once_flag empty_once;
203
std::call_once(empty_once, []() {
204
(void) new (empty_storage) EmptyStorage;
0 commit comments