[keel] Make default repair return a no repair error
This commit is contained in:
@ -29,7 +29,7 @@ constexpr bool valid(auto const&) noexcept {
|
||||
|
||||
[[nodiscard]]
|
||||
constexpr ox::Error repair(auto const&) noexcept {
|
||||
return {};
|
||||
return OxError(1, "No repair function for this type");
|
||||
}
|
||||
|
||||
#ifndef OX_BARE_METAL
|
||||
|
Reference in New Issue
Block a user