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

Add support Microsoft Visual Studio 2022. #2960

Merged
merged 3 commits into from
Jul 4, 2022

Commits on Jul 3, 2022

  1. New CI: Microsoft Visual Studio 2022.

    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    850aa1b View commit details
    Browse the repository at this point in the history
  2. Replace __cplusplus with FMT_CPLUSPLUS.

    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    d6df555 View commit details
    Browse the repository at this point in the history
  3. Workaround for Microsoft Visual Studio 2022 Internal compiler error.

    D:\a\fmt\fmt\test\compile-test.cc(362,3): fatal error C1001: Internal compiler error. [D:\a\fmt\build\test\compile-test.vcxproj]
    (compiler file 'D:\a\_work\1\s\src\vctools\Compiler\CxxFE\sl\p1\c\constexpr\constexpr.cpp', line 8635)
    
    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2f3f86e View commit details
    Browse the repository at this point in the history