This commit is contained in:
Vladyslav Baranovskyi
2025-02-19 14:13:43 +02:00
parent c545d00f92
commit 8837574b46

View File

@@ -323,7 +323,6 @@ struct fmt::formatter<OpenVulkano::Math::Timestamp>
}
};
#ifdef USING_CUSTOM_FLOAT16
template<>
struct fmt::formatter<float16> : fmt::formatter<float>
{
@@ -333,7 +332,6 @@ struct fmt::formatter<float16> : fmt::formatter<float>
return fmt::formatter<float>::format(static_cast<float>(f), ctx);
}
};
#endif
template<>
struct fmt::formatter<OpenVulkano::int24> : fmt::formatter<int32_t>