Nadav Har'El
f6a3e6fbf0
sstables: don't depend on fmt 11.1 to build
...
A recent commit a0c29055e5 added
some trace printouts which print an std::reference_wrapper<>.
Apparently a formatter for this type was only added to fmt
in version 11.1.0, and it doesn't exist on earlier versions,
such as fmt 11.0.2 on Fedora 41.
Let's avoid requiring shiny-new versions of fmt. The workaround
is easy: just unwrap the reference_wrapper - print pr.get()
instead of just pr, and Scylla returns to building correctly on
Fedora 41.
Signed-off-by: Nadav Har'El <nyh@scylladb.com >
Closes scylladb/scylladb#25228
2025-07-29 11:32:06 +02:00
..
2025-07-27 19:39:36 +03:00
2025-07-29 11:32:06 +02:00
2025-05-14 08:32:05 +02:00
2024-12-18 17:45:13 +02:00
2025-01-14 07:56:39 -05:00
2025-07-15 10:10:23 +03:00
2025-07-15 10:10:23 +03:00
2024-10-08 09:38:16 +03:00
2024-12-18 17:45:13 +02:00
2025-04-09 08:54:06 +03:00
2025-07-15 10:10:23 +03:00
2025-07-15 10:10:23 +03:00
2025-07-03 13:34:04 +03:00
2024-12-18 17:45:13 +02:00
2025-01-27 09:29:26 -05:00
2024-12-18 17:45:13 +02:00
2025-06-24 09:15:29 +03:00
2025-03-19 13:03:29 +03:00
2024-12-18 17:45:13 +02:00
2025-06-18 11:30:29 +03:00
2024-12-18 17:45:13 +02:00
2025-07-17 10:32:57 +02:00
2025-07-25 11:00:18 +02:00
2025-02-10 15:44:55 +03:00
2024-12-18 17:45:13 +02:00
2025-07-25 10:45:32 +03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-03-19 13:03:29 +03:00
2025-07-25 10:45:32 +03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-06-24 09:16:28 +03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-06-24 09:16:28 +03:00
2024-12-18 17:45:13 +02:00
2025-06-24 09:16:28 +03:00
2025-06-24 09:16:28 +03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-05-07 14:43:20 +02:00
2025-06-08 15:59:15 +03:00
2025-04-09 08:54:07 +03:00
2024-12-19 14:56:07 +02:00
2025-07-27 19:39:36 +03:00
2025-04-29 15:47:33 -03:00
2025-05-27 22:39:40 -03:00
2025-04-29 15:47:33 -03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-07-07 13:16:21 +03:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-04-09 08:54:07 +03:00
2025-06-25 08:41:26 +03:00
2025-06-25 08:41:26 +03:00
2024-12-18 17:45:13 +02:00
2025-07-17 14:32:08 +03:00
2025-07-17 14:32:08 +03:00
2024-12-18 17:45:13 +02:00
2025-07-06 09:18:39 +03:00
2025-07-06 09:18:39 +03:00
2024-12-18 17:45:13 +02:00
2025-07-27 09:25:42 +02:00
2025-07-22 12:39:01 +02:00
2025-03-31 09:33:56 +03:00
2024-12-18 17:45:13 +02:00
2025-04-01 00:07:27 +02:00