alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 807 forks source link

Remove specifics required by Eigen prior to C++17 #1638

Closed cbentejac closed 5 months ago

cbentejac commented 6 months ago

Description

This PR updates the code base by removing all the specifics that were required to handle Eigen objects prior to C++17. In particular, the following are removed:

Any data structure or class that used Eigen aligned allocators is updated to stop using them.

Features list