Kefu Chai
007d7f1355
utils: add fmt::formatter for std::strong_ordering and friends
...
before this change, we rely on the default-generated fmt::formatter created
from operator<<, but fmt v10 dropped the default-generated formatter.
in this change, we define formatters for
* std::strong_ordering
* std::weak_ordering
* std::partial_ordering
and their operator<<:s are moved to test/lib/test_utils.{hh,cc}, as they
are only used by Boost.test.
Refs #13245
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-03-12 14:53:55 +08:00
..
2023-03-23 20:57:08 +08:00
2023-10-19 13:33:29 +03:00
2024-02-02 22:12:57 +08:00
2023-08-29 15:38:33 +03:00
2024-03-01 16:25:14 +01:00
2023-12-14 16:54:04 +01:00
2024-02-21 19:43:17 +02:00
2024-02-21 19:43:17 +02:00
2024-02-02 22:12:57 +08:00
2023-05-30 15:10:12 +03:00
2023-05-30 15:10:12 +03:00
2023-12-26 13:00:44 +03:00
2024-02-23 10:52:12 +08:00
2024-02-02 22:12:57 +08:00
2023-02-14 11:19:03 +02:00
2024-02-02 22:12:57 +08:00
2023-11-05 20:47:44 +02:00
2023-11-05 20:47:44 +02:00
2023-10-20 03:16:57 -04:00
2023-11-05 20:47:44 +02:00
2024-02-02 22:12:57 +08:00
2023-07-15 10:51:06 +02:00
2024-02-21 19:43:17 +02:00
2024-02-21 19:43:17 +02:00
2023-01-27 21:56:31 +01:00
2024-01-11 08:37:56 +02:00
2024-01-11 08:37:56 +02:00
2023-03-16 20:34:18 +08:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-02-28 21:56:53 +08:00
2023-12-02 22:37:22 +02:00
2023-09-25 17:18:21 -03:00
2023-09-25 17:18:21 -03:00
2024-01-11 08:37:56 +02:00
2023-11-20 14:27:57 +03:00
2024-02-12 13:26:11 +02:00
2024-01-11 08:37:56 +02:00
2023-11-01 14:18:17 +03:00
2024-03-12 14:53:55 +08:00
2024-03-12 14:53:55 +08:00
2023-03-09 08:21:47 +03:00
2023-03-09 08:21:47 +03:00