cereal
cereal copied to clipboard
Use alignas instead of std::aligned_storage
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