This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ struct [[nodiscard]] Result {
|
|||||||
if (error) {
|
if (error) {
|
||||||
return {std::move(value), Error{pErrCode, pMsg, pSrc}};
|
return {std::move(value), Error{pErrCode, pMsg, pSrc}};
|
||||||
}
|
}
|
||||||
return Error{};
|
return {std::move(value)};
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr Result reoriginate(
|
constexpr Result reoriginate(
|
||||||
|
|||||||
Reference in New Issue
Block a user