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

is_convertible_v -> is_convertible::value #3983

Merged
merged 1 commit into from
May 31, 2024

Conversation

yakra
Copy link
Contributor

@yakra yakra commented May 31, 2024

This allows compilation using older toolchains.
For example, I'm using clang++ 9.0.1 on a couple machines with header files from GCC 5 & 4.8.2, which don't define is_convertible_v.

@vitaut
Copy link
Contributor

vitaut commented May 31, 2024

Thanks for the PR. In general mixing newer compiler with older library standard is not recommended but considering that this is a simple workaround, I'm OK with merging this.

@vitaut vitaut merged commit fcd3e1e into fmtlib:master May 31, 2024
42 checks passed
@yakra
Copy link
Contributor Author

yakra commented Jun 1, 2024

Thanks for the merge!

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