ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
104 stars 27 forks source link

Remove std::align macro as it is in C++11 #100

Closed jfowkes closed 1 year ago

jfowkes commented 1 year ago

std::align has been present since C++11 therefore I suggest we simply drop the macro from compat.hxx, all modern compilers fully implement the C++11 standard now (as it dates back to 2011).