-
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
<fmt/std.h> compilation failure with MinGW #3705
Comments
Here's a tentative fix: 050d41e. Does it solve the problem? |
Thanks for the quick fix 👍
|
Applied a similar fix to |
That solved the compilation issue, thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Foreword: I not able to reproduce the issue outside of the original context (building AOSP).
Triggered an error when compiling for windows with mingw instead of MSVC.
The code assumes that
string_type
returned by std::filesystem::path::native iswstring
, when it isbasic_string<char>
.This causes the following error (include paths redacted):
The text was updated successfully, but these errors were encountered: