diff --git a/src/lib/kytea-util.cpp b/src/lib/kytea-util.cpp index 7c8c4c6..4492df1 100644 --- a/src/lib/kytea-util.cpp +++ b/src/lib/kytea-util.cpp @@ -49,5 +49,8 @@ void checkValueVecEqual(const std::vector * a, const std::vector * b) { +template void checkValueVecEqual(const std::vector & a, const std::vector & b); template void checkValueVecEqual(const std::vector * a, const std::vector * b); +template void checkValueVecEqual(const std::vector & a, const std::vector & b); template void checkValueVecEqual(const std::vector * a, const std::vector * b); template void checkValueVecEqual(const std::vector > * a, const std::vector > * b); +template void checkValueVecEqual(const std::vector & a, const std::vector & b); template void checkValueVecEqual(const std::vector * a, const std::vector * b);