rapidcheck icon indicating copy to clipboard operation
rapidcheck copied to clipboard

remove deprecated std::aligned_storage & std::aligned_union

Open marcushultman opened this issue 1 year ago • 2 comments

Deprecated in C++23 See https://github.com/cplusplus/papers/issues/197

marcushultman avatar Apr 04 '24 17:04 marcushultman

@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.

marcushultman avatar Jun 21 '24 11:06 marcushultman

Ping @emil-e :)

marcushultman avatar Jan 08 '25 16:01 marcushultman