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 partial specialization problem for filesystem for Visual Studio #2957

Merged
merged 7 commits into from
Jul 3, 2022

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    5eeeb31 View commit details
    Browse the repository at this point in the history
  2. fmtlib#2954: Use conjunction and disjunction substitute to make forma…

    …tter specializations for ranges and maps more robust (especially for Visual Studio compiler family)
    Dani-Hub committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    09f52a0 View commit details
    Browse the repository at this point in the history
  3. fmtlib#2954: As workaround for older MSVC compilers split formatter<s…

    …td::filesystem::path> partial template specialization into two explicit specialization.
    Dani-Hub committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8101036 View commit details
    Browse the repository at this point in the history
  4. 2954: Add test case

    Dani-Hub committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    5e45aaa View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    6eab289 View commit details
    Browse the repository at this point in the history
  2. Remove workaround explicit specializations if the partial specializat…

    …ion would cause an ambiguity error
    Dani-Hub committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    4cc8b6f View commit details
    Browse the repository at this point in the history
  3. Eliminate extra-test and merge it into existing std-test instead. Add…

    … conditionals for filesystem::path testing that does not run into the ambiguity problem.
    Dani-Hub committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    34e3b6f View commit details
    Browse the repository at this point in the history