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