error_code implemented
Reports based on formatting system ppu_error_code removed arm_error_code removed
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ struct fmt_unveil
|
||||
// This overload resolution takes the precedence
|
||||
static inline u64_wrapper get(T&& arg)
|
||||
{
|
||||
return {std::move(arg)};
|
||||
return u64_wrapper{std::move(arg)};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user