Open tzaeschke opened 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.
std::destroy
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
.