Switch to C++20
This commit is contained in:
@@ -171,7 +171,7 @@ template<> struct fmt::formatter<OpenVulkano::ByteSize>
|
||||
|
||||
template<typename FormatContext> auto format(const OpenVulkano::ByteSize& bs, FormatContext& ctx)
|
||||
{
|
||||
return format_to(ctx.out(), "{}", bs.Format());
|
||||
return fmt::format_to(ctx.out(), "{}", bs.Format());
|
||||
}
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user