Kefu Chai
1b859e484f
treewide: use fmt::to_string() to transform a UUID to std::string
...
without `FMT_DEPRECATED_OSTREAM` macro, `UUID::to_sstring()` is
implemented using its `fmt::formatter`, which is not available
at the end of this header file where `UUID` is defined. at this moment,
we still use `FMT_DEPRECATED_OSTREAM` and {fmt} v9, so we can
still use `UUID::to_sstring()`, but in {fmt} v10, we cannot.
so, in this change, we change all callers of `UUID::to_sstring()`
to `fmt::to_string()`, so that we don't depend on
`FMT_DEPRECATED_OSTREAM` and {fmt} v9 anymore.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-03-26 13:38:37 +08:00
..
2024-03-05 14:00:13 +08:00
2024-03-02 10:52:50 +08:00
2024-02-21 19:43:17 +02:00
2023-12-25 17:52:57 +02:00
2024-03-21 23:14:57 +01:00
2024-01-16 16:43:17 +02:00
2023-06-22 14:21:03 +03:00
2023-03-08 16:18:23 +02:00
2024-01-23 09:13:14 +02:00
2022-05-13 07:11:58 +02:00
2024-03-08 15:14:52 +02:00
2023-11-30 13:07:20 +01:00
2024-03-02 10:52:50 +08:00
2024-03-02 10:52:50 +08:00
2022-05-13 07:11:58 +02:00
2023-02-19 21:05:45 +02:00
2024-01-16 16:43:17 +02:00
2024-01-16 16:43:17 +02:00
2023-05-10 19:10:29 +03:00
2024-03-25 09:49:40 +02:00
2022-01-18 12:15:18 +01:00
2024-03-21 23:14:57 +01:00
2024-01-31 09:16:10 +02:00
2024-01-16 16:43:17 +02:00
2022-05-13 07:11:58 +02:00
2022-05-13 07:11:58 +02:00
2024-01-16 16:43:17 +02:00
2022-05-13 07:11:58 +02:00
2022-05-13 07:11:58 +02:00
2024-01-16 16:43:17 +02:00
2023-06-12 10:41:04 +03:00
2024-01-16 16:43:17 +02:00
2024-01-16 16:43:17 +02:00
2022-05-13 07:11:58 +02:00
2024-03-26 13:38:37 +08:00
2024-01-16 16:43:17 +02:00
2023-09-25 17:18:53 +02:00
2023-09-25 17:18:53 +02:00
2024-01-21 19:12:59 +02:00
2022-01-18 12:15:18 +01:00
2024-01-16 16:43:17 +02:00
2023-01-16 21:10:56 +02:00
2024-03-21 23:14:57 +01:00
2024-03-01 16:25:14 +01:00
2023-05-07 17:17:36 +03:00
2023-05-07 17:17:36 +03:00
2024-01-16 16:43:17 +02:00
2022-05-13 07:11:58 +02:00
2022-05-13 07:11:58 +02:00
2023-06-22 14:21:03 +03:00
2024-01-16 16:43:17 +02:00
2023-10-31 18:34:41 +03:00
2024-01-26 09:41:09 +02:00
2023-02-19 21:05:45 +02:00
2023-08-04 07:37:12 +02:00
2023-05-10 15:03:12 +03:00
2023-06-22 14:21:03 +03:00
2023-03-08 16:18:23 +02:00
2024-01-16 16:43:17 +02:00
2024-01-16 16:43:17 +02:00
2023-03-23 01:41:58 +01:00
2024-01-21 16:53:05 +02:00
2023-06-22 14:21:03 +03:00
2023-07-14 18:33:06 +03:00
2024-03-05 14:00:13 +08:00
2024-03-05 14:00:13 +08:00