levenshtein-sse
levenshtein-sse copied to clipboard
Closes #6. Add missing `rebind` for `AlignmentAllocator<T2, 1>`.
Add missing rebind
implementation for the instantiation of AlignmentAllocator<T,N>
with N=1
.
This was causing a compiler error in gcc 13.2.
Closes #6.