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 b3bf204 commit 3c21804Copy full SHA for 3c21804
verify/poly/wildcard.test.cpp
@@ -42,7 +42,7 @@ cp_algo::big_string matches(cp_algo::big_string const& A, cp_algo::big_string co
42
}
43
44
project[0][(int)wild] = project[1][(int)wild] = 0;
45
- vector<cvector> P;
+ cp_algo::big_vector<cvector> P;
46
P.emplace_back((size(A) + 1) / 2);
47
48
auto N = P[0].size();
0 commit comments