Skip to content

Commit 3c21804

Browse files
committed
Fix
1 parent b3bf204 commit 3c21804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify/poly/wildcard.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cp_algo::big_string matches(cp_algo::big_string const& A, cp_algo::big_string co
4242
}
4343
}
4444
project[0][(int)wild] = project[1][(int)wild] = 0;
45-
vector<cvector> P;
45+
cp_algo::big_vector<cvector> P;
4646
P.emplace_back((size(A) + 1) / 2);
4747
P.emplace_back((size(A) + 1) / 2);
4848
auto N = P[0].size();

0 commit comments

Comments
 (0)