You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog/fmt
Tim Blechmann 626efad307 spdlog: fmt - support `std::span` in `to_hex`
`std::span` does not have `const_iterator`. this prevents `to_hex` from
being used with `std::span<>`. to fix this, we provide an explicit
overload.

compare: https://cplusplus.github.io/LWG/issue3320
4 years ago
..
bundled Added fmt license file to bundled fmt folder 4 years ago
bin_to_hex.h spdlog: fmt - support `std::span` in `to_hex` 4 years ago
chrono.h Avoid specializing std::formatter for std::tm (not a great idea after all) 4 years ago
compile.h Support C++20 std::format as an alternative to fmtlib 4 years ago
fmt.h Support C++20 std::format as an alternative to fmtlib 4 years ago
ostr.h Support C++20 std::format as an alternative to fmtlib 4 years ago
xchar.h Support C++20 std::format as an alternative to fmtlib 4 years ago