Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdlog: fmt - support std::span in to_hex #2228

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

timblechmann
Copy link
Contributor

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

`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
@gabime gabime merged commit 32fedcf into gabime:v1.x Dec 30, 2021
@gabime
Copy link
Owner

gabime commented Dec 30, 2021

Thanks @timblechmann

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants