rapidcheck
rapidcheck copied to clipboard
remove deprecated std::aligned_storage & std::aligned_union
Deprecated in C++23 See https://github.com/cplusplus/papers/issues/197
@emil-e I ran in to nasty Compiler Error C2718 for the MSVC x86 compiler you run in CI, but I think I managed to remove the places where a Variant is passed by value as a function parameter. I believe you could also stop building for 32-bit windows and the problem would go away.
Ping @emil-e :)