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

avoid non-standard __attribute__, instead use C++ alignas #676

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

bertwesarg
Copy link
Member

@devreal
Copy link
Member

devreal commented Dec 17, 2019

Seems like MaxElementTest.TestFindArrayDistributeBlockcyclic breaks:

[  RUN     ] MaxElementTest.TestFindArrayDistributeBlockcyclic
corrupted double-linked list

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 2171 RUNNING AT 836828ca20fd
=   EXIT CODE: 134
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
[[   FAIL ]] 0 failed tests, returned 134

@bertwesarg
Copy link
Member Author

Seems like MaxElementTest.TestFindArrayDistributeBlockcyclic breaks:

Is there a test, which only tests the alignment? If not, why wasn't there one added, with this file?

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.

cpp17/polymorphic_allocator.h is not standard complient
2 participants