feat/support_fiber #2

Merged
tqcq merged 57 commits from feat/support_fiber into master 2024-06-21 10:33:52 +08:00
Showing only changes of commit 10a4e047e6 - Show all commits

View File

@ -86,7 +86,7 @@ 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, "");