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

Move has_formatter into the public fmt namespace. #1407

Merged
merged 2 commits into from
Nov 14, 2019

Conversation

no-more-secrets
Copy link
Contributor

This will allow users to do SFINAE-friendly checks for
the formattability of a type.

Fixes #1369

This will allow users to do SFINAE-friendly checks for
the formattability of a type.

Fixes fmtlib#1369
@no-more-secrets
Copy link
Contributor Author

I'm guessing that the CI failure on Android is not related to these changes?

@vitaut vitaut merged commit 2145a7b into fmtlib:master Nov 14, 2019
@vitaut
Copy link
Contributor

vitaut commented Nov 14, 2019

Merged, thanks.

@no-more-secrets no-more-secrets deleted the has-formatter-public branch November 14, 2019 22:03
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.

Detect if type is formattable in SFINAE-friendly way?
2 participants