Drop custom variant implementation
The `caf::variant` type came with a `sum_type` API that unfortunately had some greedy template that did not behave nicely when switching to `std::variant`. So instead of deprecating them, we actually remove them right away since implementing workarounds for dead code is not worth the time investment.
Showing
Please register or sign in to comment