You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] In file included from C:/src/dolphin/Source/Core/VideoCommon/Assets/DirectFilesystemAssetLibrary.cpp:9:
[build] In file included from C:/msys64/clang64/include/fmt/std.h:23:
[build] C:/msys64/clang64/include/fmt/ostream.h:17:12: fatal error: '__std_stream' file not found
[build] 17 | # include <__std_stream>
[build] | ^~~~~~~~~~~~~~
[build] 1 error generated.
__std_stream has been renamed to std_stream.h in this commit llvm/llvm-project@40a187b and is also no longer installed
They were using a private header... :/
The text was updated successfully, but these errors were encountered:
Reported in discord:
__std_stream
has been renamed tostd_stream.h
in this commit llvm/llvm-project@40a187b and is also no longer installedThey were using a private header... :/
The text was updated successfully, but these errors were encountered: