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 ef487c8 commit aec5864Copy full SHA for aec5864
include/ada/url_pattern-inl.h
@@ -53,7 +53,7 @@ url_pattern_component<regex_provider>::create_component_match_result(
53
}
54
55
// Optimization: Let's reserve the size.
56
- result.groups.reserve(exec_result.size() - 1);
+ result.groups.reserve(exec_result.size());
57
58
// We explicitly start iterating from 0 even though the spec
59
// says we should start from 1. This case is handled by the
0 commit comments