Skip to content

v4.4.20: Replace deprecated std::aligned_storage

Compare
Choose a tag to compare
@eyalz800 eyalz800 released this 01 Nov 08:31
· 12 commits to main since this release
aligned_storage will be deprecated in C++23.
The paper which proposes this deprecation is P1413R3.
This commit applies the recommend fix provided in that paper.

Closes #136.