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 make_format_args #2315

Merged
merged 1 commit into from
May 26, 2021
Merged

qualify make_format_args #2315

merged 1 commit into from
May 26, 2021

Conversation

jmelas
Copy link
Contributor

@jmelas jmelas commented May 26, 2021

Latest MSVC 16.10.0 introduced a function std::make_format_args which clashes with fmt::v7::make_format_args.
This means that all calls to make_format_args need to by qualified to avoid ADL clash

@vitaut vitaut merged commit ca46637 into fmtlib:master May 26, 2021
@vitaut
Copy link
Contributor

vitaut commented May 26, 2021

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.

2 participants