fixes
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -26,9 +26,9 @@
|
||||
|
||||
namespace repertory::utils {
|
||||
struct result final {
|
||||
std::string_view function_name;
|
||||
bool ok{false};
|
||||
std::string reason{};
|
||||
std::string function_name;
|
||||
bool ok{true};
|
||||
std::string reason{"success"};
|
||||
|
||||
[[nodiscard]] operator bool() const { return ok; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user