opm-models
opm-models copied to clipboard
Use std::aligned_alloc instead of embedded boost version
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