levenshtein-sse
levenshtein-sse copied to clipboard
Missing rebind for `AlignmentAllocator<T, 1>`
Encountered this when attempting to build with GCC 13.2.0. The generic AlignmentAllocator<T, N>
is fine, but the specific instantiation for N = 1 is missing the rebind
. Easy fix.