catch2/include
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 #2419

Catch3 is not affected.
2022-05-10 00:06:45 +02:00
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal ObjectStorage: port away from std::aligned_storage 2022-05-10 00:06:45 +02:00
reporters Mark !mayfail tests as skipped in the JUnit reporter 2021-07-27 23:16:01 +02:00
catch.hpp v2.13.9 2022-04-12 22:38:17 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00