levenshtein-sse icon indicating copy to clipboard operation
levenshtein-sse copied to clipboard

Missing rebind for `AlignmentAllocator<T, 1>`

Open mgoodson-cvd opened this issue 11 months ago • 0 comments

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.

mgoodson-cvd avatar Mar 11 '24 15:03 mgoodson-cvd