Skip to content

Fix max_alignment bug in segregator.#196

Open
jodyhagins wants to merge 1 commit into
foonathan:mainfrom
jodyhagins:max_alignment
Open

Fix max_alignment bug in segregator.#196
jodyhagins wants to merge 1 commit into
foonathan:mainfrom
jodyhagins:max_alignment

Conversation

@jodyhagins

Copy link
Copy Markdown

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant