spdlog/include
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
2021-12-30 09:46:27 +08:00
..
spdlog spdlog: fmt - support std::span in to_hex 2021-12-30 09:46:27 +08:00