Make work on Debian 11. Add some Docker tests to make sure it keeps working on

Debian 11.
This commit is contained in:
David Given
2024-11-08 21:07:17 +01:00
parent e14da81b48
commit 149e5c6fba
4 changed files with 85 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ struct Sector : public LogicalLocation
template <>
struct fmt::formatter<Sector::Status> : formatter<string_view>
{
auto format(Sector::Status status, format_context& ctx) const
auto format(Sector::Status status, format_context& ctx)
{
return formatter<string_view>::format(
Sector::statusToString(status), ctx);