tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
29 stars 9 forks source link

Remove usage of aligned_storage #123

Open tzaeschke opened 1 year ago

tzaeschke commented 1 year ago

The feature is deprecated in C++23. See: https://stackoverflow.com/questions/71828288/why-is-stdaligned-storage-to-be-deprecated-in-c23-and-what-to-use-instead

And start using std::destroy.