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 0000cc5 commit 0e05668Copy full SHA for 0e05668
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
+ throw std::runtime_error("Checking without re2 support");
169
+
170
static std::once_flag empty_once;
171
std::call_once(empty_once, []() {
172
empty_string = new std::string;
0 commit comments