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

qualify unqualified calls to format in compile.h #2742

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

barcharcraz
Copy link
Contributor

Now that both libfmt and the STL have implemented P2418 our formats are no longer worse (w.r.t. overload resolution) than fmt's formats. Hilarity ensues. (libfmt probably gets <format> via <chrono>, I'm working on fixing that too, but even with the fix these calls should be qualified in case someone wants to use fmt and gets <format> through some other path).

Fully qualifies the problematic functions calls to avoid ambiguity.

@vitaut vitaut merged commit 3e8372b into fmtlib:master Feb 2, 2022
@vitaut
Copy link
Contributor

vitaut commented Feb 2, 2022

Thank you!

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.

None yet

2 participants