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

Fix error C2668 on Windows with option /std:c++latest #3680

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

Zhaojun-Liu
Copy link
Contributor

@Zhaojun-Liu Zhaojun-Liu commented Oct 13, 2023

When build fmt with MSVC under option /std:c++latest, it failed due to error 2668: 'std::format_to': ambiguous call to overloaded function, so add namespace to qualify the call to format_to to avoid this issue. Could you please review and approval it? Thanks.

It is the same issue as #3377.

…est.cc

When build fmt with MSVC under option /std:c++latest, it failed due to `error 2668: 'std::format_to': ambiguous call to overloaded function`, so add namespace to qualify the call to format_to to avoid this issue.
Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Mostly looks good but please drop the comment.

test/format-test.cc Outdated Show resolved Hide resolved
Remove unnecessary comments.
@vitaut vitaut merged commit 2ac6c5c into fmtlib:master Oct 16, 2023
40 checks passed
@vitaut
Copy link
Contributor

vitaut commented Oct 16, 2023

Thanks

ckerr pushed a commit to transmission/fmt that referenced this pull request Nov 7, 2023
* Namespace-qualify to avoid ambiguity with std::format_to for format-test.cc

When build fmt with MSVC under option /std:c++latest, it failed due to `error 2668: 'std::format_to': ambiguous call to overloaded function`, so add namespace to qualify the call to format_to to avoid this issue.
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