Add a missing num_bits specialization

This commit is contained in:
Victor Zverovich
2024-01-12 07:20:12 -08:00
parent 7e58af4eaf
commit 0cdee904a4
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1491,7 +1491,8 @@ constexpr unsigned long long make_descriptor() {
template <typename T, typename Char>
#if FMT_CLANG_VERSION && FMT_CLANG_VERSION <= 1500
// https://github.com/fmtlib/fmt/issues/3796
struct type_is_unformattable_for {};
struct type_is_unformattable_for {
};
#else
struct type_is_unformattable_for;
#endif