mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
verify() fix
This commit is contained in:
parent
05fb57baff
commit
56b9b38c9c
10 changed files with 55 additions and 68 deletions
|
@ -213,9 +213,6 @@ struct fmt_type_info
|
|||
}
|
||||
};
|
||||
|
||||
template <typename Arg>
|
||||
using fmt_unveil_t = typename fmt_unveil<Arg>::type;
|
||||
|
||||
// Argument array type (each element generated via fmt_unveil<>)
|
||||
template <typename... Args>
|
||||
using fmt_args_t = const u64(&&)[sizeof...(Args) + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue