mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
drop missing ;
This commit is contained in:
parent
fadb8c7b17
commit
70eb21a501
@ -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