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

Fixed MSVC C2661: no overloaded function takes 2 arguments #3920

Closed
wants to merge 1 commit into from
Closed

Fixed MSVC C2661: no overloaded function takes 2 arguments #3920

wants to merge 1 commit into from

Conversation

matt77hias
Copy link
Contributor

Fixed Error C2661 'fmt::v10::vformat': no overloaded function takes 2 arguments for MSVC v17.9.5 (fmt module).

Fixed Error C2661 'fmt::v10::vformat': no overloaded function takes 2 arguments for MSVC v17.9.5 (fmt module).
@matt77hias
Copy link
Contributor Author

Note that I moved it right underneath FMT_FUNC auto vformat(string_view fmt, format_args args) ;-)

@vitaut
Copy link
Contributor

vitaut commented Apr 6, 2024

This looks like an MSVC bug because the function is declared here: https://github.com/fmtlib/fmt/blob/master/include/fmt/format.h#L4370. Could you report it to Microsoft?

@matt77hias matt77hias closed this by deleting the head repository Apr 7, 2024
@matt77hias
Copy link
Contributor Author

Summary: #3921 (comment)

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