Matthew Goodson
Results
2
issues of
Matthew Goodson
Add missing `rebind` implementation for the instantiation of `AlignmentAllocator` with `N=1`. This was causing a compiler error in gcc 13.2. Closes #6.
Encountered this when attempting to build with GCC 13.2.0. The generic `AlignmentAllocator` is fine, but the specific instantiation for N = 1 is missing the `rebind`. Easy fix.