Skip to content

Conversation

@mmdeuss
Copy link

@mmdeuss mmdeuss commented May 20, 2019

  • explicitly setting c++11 in cmake to allow >> without space at end of templates
  • adjusting glut includes for mac
  • using Eigens handmade aligned allocator because std::aligned_allocator is missing in Apple Clang
  • switching from [4][3] to fix-size Eigen matrix to fix error in deletion in std::vector

Changes only tested on MacOs 10.14.4 and XCod3 10.2.1. Please test with MSVC and linux if you want to avoid regressions.

* explicitly setting c++11 in cmake to allow >> without space at end of templates
* adjusting glut includes for mac
* using Eigens handmade aligned allocator because std::aligned_allocator is missing in Apple Clang
* switching from [4][3] to fix-size Eigen matrix to fix error in deletion in std::vector
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