• Dominik Charousset's avatar
    Drop custom variant implementation · 3bd185d4
    Dominik Charousset authored
    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.
    3bd185d4
unit_test.hpp 30.7 KB