mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
ca455815fd
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. |
||
---|---|---|
.. | ||
detail | ||
catch_benchmark.hpp | ||
catch_benchmarking_all.hpp | ||
catch_chronometer.hpp | ||
catch_clock.hpp | ||
catch_constructor.hpp | ||
catch_environment.hpp | ||
catch_estimate.hpp | ||
catch_execution_plan.hpp | ||
catch_optimizer.hpp | ||
catch_outlier_classification.hpp | ||
catch_sample_analysis.hpp |