mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00

`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