mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
drop missing ;
This commit is contained in:
parent
a861f16af2
commit
aa5e4c7e1e
@ -104,7 +104,7 @@ inline auto make_shared_callback(_CTy&& callback)
|
||||
{
|
||||
return std::make_shared<callback_of_t<_CTy>>
|
||||
(std::forward<callback_of_t<_CTy>>(callback));
|
||||
};
|
||||
}
|
||||
|
||||
/// Creates a weak callback which wraps the given shared or weak callback.
|
||||
/// If the given managed callback expires the callback is not invoked anymore.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user