-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
format_to
chrono compilation failure with msvc 14.32 and 14.33(_MSC_VER=1932 and 1933) in C++20
#3224
Comments
Klaim
changed the title
Dec 11, 2022
format_to
chrono incomatibility with msvc 14.32 and 14.33(_MSC_VER=1932 and 1933) in C++20format_to
chrono compilation failure with msvc 14.32 and 14.33(_MSC_VER=1932 and 1933) in C++20
Klaim
added a commit
to build2-packaging/fmt
that referenced
this issue
Dec 11, 2022
This is due to a conflict between msvc's standard library and fmt when using `format_to` using C++20 flags. The issue have been reported: fmtlib/fmt#3224 Recent and older versions of msvc will work as expected.
Looks like the problem is that |
Klaim
added a commit
to build2-packaging/fmt
that referenced
this issue
Dec 11, 2022
This is due to a conflict between msvc's standard library and fmt when using `format_to` using C++20 flags. The issue have been reported: fmtlib/fmt#3224 Recent and older versions of msvc will work as expected.
Klaim
added a commit
to build2-packaging/fmt
that referenced
this issue
Dec 11, 2022
This is due to a conflict between msvc's standard library and fmt when using `format_to` using C++20 flags. The issue have been reported: fmtlib/fmt#3224 Recent and older versions of msvc will work as expected.
@vitaut Damn, I just sent the package for publication but we can fix it in the test then |
Applied the workaround to the test in 3999fd1. |
Klaim
added a commit
to build2-packaging/fmt
that referenced
this issue
Dec 11, 2022
Klaim
added a commit
to build2-packaging/fmt
that referenced
this issue
Dec 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue only appears when using msvc 14.32 and 14.33(_MSC_VER=1932 and 1933) in C++20 and I was not able to set that up in godbolt because only the last vcpkg version is visible. Here is the issue:
https://godbolt.org/z/f5b9hnPv4
Notes:
build2
: Release 9.0.0 and 9.1.0 build2-packaging/fmt#4 ;The text was updated successfully, but these errors were encountered: