mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
More constexpr
This commit is contained in:
parent
0bb83ed5e9
commit
29901d65ed
5 changed files with 26 additions and 26 deletions
|
@ -689,7 +689,7 @@ struct fmt::cfmt_src
|
|||
TYPE(llong);
|
||||
TYPE(schar);
|
||||
TYPE(short);
|
||||
if (std::is_signed_v<char>) TYPE(char);
|
||||
if constexpr (std::is_signed_v<char>) TYPE(char);
|
||||
TYPE(long);
|
||||
TYPE(s128);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue