1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-14 22:54:47 +01:00
Marc Mutz ca455815fd ObjectStorage: port away from std::aligned_storage
It's deprecated in C++23. Just use alignas on a char array, wrapped in
a struct to avoid decaying to char*, which is the canonical
implementation of aligned_storage:
https://en.cppreference.com/w/cpp/types/aligned_storage#Possible_implementation

Fixes 

Catch3 is not affected.
2022-05-10 00:06:45 +02:00
..
2020-05-29 14:56:40 +02:00
2022-04-12 22:38:17 +02:00