feat/support_fiber #2
@ -86,7 +86,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::variant<std::monostate, value_type> holding_;
|
std::variant<mpark::monostate, value_type> holding_;
|
||||||
};
|
};
|
||||||
|
|
||||||
static_assert(std::is_void<decltype(std::declval<Boxed<>>().Get())>::value, "");
|
static_assert(std::is_void<decltype(std::declval<Boxed<>>().Get())>::value, "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user