opm-models icon indicating copy to clipboard operation
opm-models copied to clipboard

Use std::aligned_alloc instead of embedded boost version

Open blattms opened this issue 4 years ago • 0 comments

There is an embedded source code version of the aligned allocation of boost 1.58 included in our code base. As std::aligned_alloc is in C++17 we should switch to it

blattms avatar Apr 16 '21 11:04 blattms