Cleanup locking

This commit is contained in:
Victor Zverovich
2026-02-01 08:22:38 -08:00
parent a5cd004883
commit 45ed657df3
2 changed files with 14 additions and 18 deletions

View File

@@ -1953,6 +1953,8 @@ template <> struct formatter<deadlockable> {
return format_to(ctx.out(), "{}", d.value);
}
};
template <> struct locking<deadlockable> : std::true_type {};
FMT_END_NAMESPACE
TEST(format_test, locking_formatter) {