mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Make work on Debian 11. Add some Docker tests to make sure it keeps working on
Debian 11.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user