Files
scylladb/test/boost
Kefu Chai ef0f4eaef2 test: do not use operator<< for std::optional
we don't provide it anymore, and if any of existing type provides
constructor accepting an `optional<>`, and hence can be formatted
using operator<< after converting it, neither shall we rely on this
behavior, as it is fragile.

so, in this change, we switch to `fmt::print()` to use {fmt} to
print `optional<>`.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
2024-06-18 10:41:48 +08:00
..
2024-06-07 06:44:59 +08:00
2023-12-02 22:37:22 +02:00
2023-12-05 15:18:11 +02:00
2024-05-27 17:34:38 +03:00