Skip to content

Commit

Permalink
removing the exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Dec 28, 2024
1 parent f0f83b9 commit b70b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ada/url_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class url_pattern_component {
private:
std::string pattern{};
std::regex_constants::syntax_option_type flags = std::regex::ECMAScript;
std::regex regexp{"*"};
std::regex regexp{};
std::vector<std::string> group_name_list{};

bool has_regexp_groups_ = false;
Expand Down

0 comments on commit b70b29e

Please sign in to comment.