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

Fix declarations of aligned allocators. #113

Conversation

NikolausDemmel
Copy link
Collaborator

Fixes #111. It seems like you need a const for the first argument of a
std::pair in aligned_allocator to make xcode 9 happy.

Fix the override of PangolinDSOViewer::publishGraph. Without this patch, the display of constraints does not work as it used to.

Added some override statements to Output3DWrapper's derived classes, to avoid such problems in the future.

It seems like you might need a `const` for the first argument of
`std::pair` in `aligned_allocator`, see JakobEngel#111.

Added some `override` statements to Output3DWrapper's derived classes.
@NikolausDemmel NikolausDemmel merged commit e59db70 into JakobEngel:master Dec 4, 2017
@NikolausDemmel NikolausDemmel deleted the feature/fix-aligned-allocator branch December 4, 2017 22:43
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.

None yet

1 participant