Explictly construct result_t to fix conflicting return types.
This commit is contained in:
parent
2e54844989
commit
bb05bb0ae5
@ -198,7 +198,7 @@ private:
|
|||||||
{
|
{
|
||||||
std::invoke(std::forward<TErrorCallable>(onError));
|
std::invoke(std::forward<TErrorCallable>(onError));
|
||||||
}
|
}
|
||||||
return NULL_OPTIONAL;
|
return result_t(NULL_OPTIONAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user