linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / text / kytea / gcc-O3.patch
blob71b1d0c3b16e2de56888ece1b58ba07a3ecd0850
1 diff --git a/src/lib/kytea-util.cpp b/src/lib/kytea-util.cpp
2 index 7c8c4c6..4492df1 100644
3 --- a/src/lib/kytea-util.cpp
4 +++ b/src/lib/kytea-util.cpp
5 @@ -49,5 +49,8 @@ void checkValueVecEqual(const std::vector<T> * a, const std::vector<T> * b) {
7 +template void checkValueVecEqual(const std::vector<unsigned int> & a, const std::vector<unsigned int> & b);
8 template void checkValueVecEqual(const std::vector<unsigned int> * a, const std::vector<unsigned int> * b);
9 +template void checkValueVecEqual(const std::vector<short> & a, const std::vector<short> & b);
10 template void checkValueVecEqual(const std::vector<short> * a, const std::vector<short> * b);
11 template void checkValueVecEqual(const std::vector<vector<KyteaString> > * a, const std::vector<vector<KyteaString> > * b);
12 +template void checkValueVecEqual(const std::vector<int> & a, const std::vector<int> & b);
13 template void checkValueVecEqual(const std::vector<int> * a, const std::vector<int> * b);