mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
use concepts instead of std::enable_if
This commit is contained in:
parent
5e6aef5dfd
commit
ebde5310b9
21 changed files with 206 additions and 134 deletions
|
|
@ -385,7 +385,7 @@ public:
|
|||
};
|
||||
|
||||
template <typename T>
|
||||
struct fmt_unveil<bs_t<T>, void>
|
||||
struct fmt_unveil<bs_t<T>>
|
||||
{
|
||||
// Format as is
|
||||
using type = bs_t<T>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue