mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Fix an inline function isn't defined warning
This commit is contained in:
parent
f5e10d9fba
commit
29c61b6b96
@ -363,7 +363,7 @@ auto make_any_result_submitter(Callback&& callback) {
|
||||
}
|
||||
|
||||
template <typename T, typename... Args>
|
||||
constexpr T first_of(traits::identity<T, Args...>) noexcept;
|
||||
T first_of(traits::identity<T, Args...>) noexcept;
|
||||
|
||||
template <typename Signature, typename... Args>
|
||||
constexpr auto common_result_of(Signature signature,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user