Closed laramiel closed 4 months ago
C++ 20 deprecates some std::allocator members. This PR updates xtensor allocators to work with C++20.
https://en.cppreference.com/w/cpp/memory/allocator
I think that the build checks need to be re-run.
Thanks! Looks good to me.
Thanks! and sorry for the late review
Description
C++ 20 deprecates some std::allocator members. This PR updates xtensor allocators to work with C++20.
https://en.cppreference.com/w/cpp/memory/allocator