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 msvc #3378

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Fix error C2668 on msvc #3378

merged 1 commit into from
Apr 11, 2023

Conversation

Zhaojun-Liu
Copy link
Contributor

Fmt built failed due to error C2668: 'std::format_to': ambiguous call to overloaded function on MSVC, add namespace to qualify the call to format_to to solve this issue.

The related issue is: #3377

@vitaut
Copy link
Contributor

vitaut commented Apr 11, 2023

thanks

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