use concepts instead of std::enable_if
This commit is contained in:
+1
-1
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user