blob: bf11578b713f00259b0d0e2f6eb560df70a31ecd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/avro/Node.hh.orig 2024-07-26 07:46:40 UTC
+++ include/avro/Node.hh
@@ -219,7 +219,7 @@ struct fmt::formatter<avro::Name> : fmt::formatter<std
template<>
struct fmt::formatter<avro::Name> : fmt::formatter<std::string> {
template<typename FormatContext>
- auto format(const avro::Name &n, FormatContext &ctx) {
+ auto format(const avro::Name &n, FormatContext &ctx) const {
return fmt::formatter<std::string>::format(n.fullname(), ctx);
}
};
|