Kefu Chai
f3e6c9168c
sstables: generation_type: define fmt::formatter for generation_type
...
turns out what we need is a fmt::formatter<sstables::generation_type>
not operator<<(ostream&, sstables::generation_type), as its only use
case is the formatter used by seastar::format().
to specialize fmt::formatter<sstables::generation_type>
* allows us to be one step closer to drop `FMT_DEPRECATED_OSTREAM`
* allows us to customize the way how generation_type is printed by
customizing the format specifier.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
Closes #12983
2023-02-26 15:38:10 +02:00
..
2023-02-15 22:57:18 +02:00
2023-02-23 12:50:06 +01:00
2022-01-18 12:15:18 +01:00
2022-11-17 08:01:00 +02:00
2023-02-17 18:41:40 +08:00
2023-02-15 11:01:50 +02:00
2022-01-18 12:15:18 +01:00
2023-01-17 05:27:04 -05:00
2023-02-19 21:05:45 +02:00
2023-01-16 02:05:27 -05:00
2023-02-14 11:19:03 +02:00
2022-07-08 12:59:14 +03:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-02-26 15:38:10 +02:00
2022-01-18 12:15:18 +01:00
2023-02-14 11:19:03 +02:00
2023-02-15 22:57:18 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-02-15 11:01:50 +02:00
2023-02-14 11:19:03 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-02-14 11:19:03 +02:00
2023-02-19 21:05:45 +02:00
2023-02-14 11:19:03 +02:00
2022-05-11 14:46:30 +02:00
2023-02-17 17:58:26 +03:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2022-06-12 20:05:28 +03:00
2022-01-18 12:15:18 +01:00
2023-02-19 21:05:45 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-02-15 11:01:50 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2023-02-21 16:44:49 +03:00
2023-02-21 16:44:50 +03:00
2022-04-28 14:12:24 +03:00
2023-02-19 21:05:45 +02:00
2023-02-03 10:38:00 -03:00
2023-02-03 10:38:04 -03:00
2023-02-03 10:38:00 -03:00
2023-02-19 21:05:45 +02:00
2023-02-19 21:05:45 +02:00
2022-02-16 18:21:24 +02:00
2023-02-19 21:05:45 +02:00
2023-02-15 11:01:50 +02:00
2023-02-21 16:32:06 +03:00
2023-02-21 16:32:06 +03:00
2023-02-21 15:47:55 +02:00
2023-02-24 12:14:18 +02:00
2022-05-24 13:32:39 +03:00
2022-08-18 19:03:10 +03:00
2023-02-14 11:19:03 +02:00
2022-02-16 18:21:24 +02:00
2023-02-15 11:01:50 +02:00
2022-11-11 09:58:18 +02:00
2023-02-19 21:05:45 +02:00