`optional_variant<...>` => `variant<none_t, ...>`
This patch removes the weird `optional_variant` class from libcppa in favor of a more general `variant` implementation that simply uses a `none_t` to indicate a non-existing value.
Showing
cppa/lift_void.hpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment