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

The amalgamation file includes things like "rapidfuzz/details/Range.hpp" #104

Closed oviano closed 1 year ago

oviano commented 1 year ago

Unless I've misunderstood something, they should be embedded into the file, correct?

maxbachmann commented 1 year ago

yes this was unintended. I assume these broken includes got added by autocomplete ... I fixed it in the main branch.