memory
memory copied to clipboard
Fix max_alignment bug in segregator.
The bug is a typo of max_alignment.
This caused the SFINAE used in the allocator_traits to use the default max alignment because max_alignment wasn't defined.
This meant that you could never get the right max alignment out of a sergregator composition.