Skip to content

Fix max_alignment bug in segregator.#196

Open
jodyhagins wants to merge 1 commit intofoonathan:mainfrom
jodyhagins:max_alignment
Open

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

Conversation

@jodyhagins
Copy link

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant