rapidfuzz / rapidfuzz-cpp

Rapid fuzzy string matching in C++ using the Levenshtein Distance
https://rapidfuzz.github.io/rapidfuzz-cpp
MIT License
238 stars 37 forks source link

a tiny error #87

Closed ZJR19930222 closed 2 years ago

ZJR19930222 commented 2 years ago

in fuzz.impl 278 row template <typename Sentence1, typename Sentence2, typename CharT1, typename CharT2> should be template <typename Sentence1, typename Sentence2>

maxbachmann commented 2 years ago

I do not see why this would be an error. However I agree that they should be removed, since they are not used anymore.