Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing rebind for AlignmentAllocator<T, 1> #6

Open
mgoodson-cvd opened this issue Mar 11, 2024 · 0 comments · May be fixed by #7
Open

Missing rebind for AlignmentAllocator<T, 1> #6

mgoodson-cvd opened this issue Mar 11, 2024 · 0 comments · May be fixed by #7

Comments

@mgoodson-cvd
Copy link

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 added a commit to mgoodson-cvd/levenshtein-sse that referenced this issue Mar 11, 2024
Add missing `rebind` implementation for the instantiation of
`AlignmentAllocator<T,N>` with `N=1`.
This was causing a compiler error in gcc 13.2.

See addaleax#6. Closes addaleax#6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant