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

Commits on Oct 13, 2023

  1. Namespace-qualify to avoid ambiguity with std::format_to for format-t…

    …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.
    Zhaojun-Liu authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3b02292 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update format-test.cc

    Remove unnecessary comments.
    Zhaojun-Liu authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f1920b8 View commit details
    Browse the repository at this point in the history