Skip to content

Commit

Permalink
trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 30, 2025
1 parent 2c34eec commit 1402143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/ada/url_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,9 @@ class url_pattern {
}
#endif // ADA_TESTING

template <url_pattern_regex::regex_concept P>
friend tl::expected<url_pattern<P>, errors> parser::parse_url_pattern_impl(
friend tl::expected<url_pattern<regex_provider>, errors> parser::parse_url_pattern_impl(
std::variant<std::string_view, url_pattern_init> input,
const std::string_view* base_url, const url_pattern_options* options);

private:
url_pattern_component<regex_provider> protocol_component{};
url_pattern_component<regex_provider> username_component{};
Expand Down

0 comments on commit 1402143

Please sign in to comment.