cereal icon indicating copy to clipboard operation
cereal copied to clipboard

Use alignas instead of std::aligned_storage

Open gre-42 opened this issue 6 months ago • 0 comments

std::aligned_storage is deprecated in C++23 and should be replaced with the code as shown in [1] and [2].

[1] Why is std::aligned_storage to be deprecated in C++23 and what to use instead? [2] Deprecate std::aligned_storage and std::aligned_union

gre-42 avatar Aug 12 '24 19:08 gre-42