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
It looks like clang is using the module map from /usr/lib/clang/15.0.0/include/module.modulemap (which doesn't include std_config) instead of the module map from /usr/lib/llvm-15/include/c++/v1/module.modulemap (which includes std_config).
Something must have changed in the llvm setup and where the module maps are installed.
Hello!
When I do:
build fails with error:
Or as image for better colorized view:
What could be the reason? Thanks in advance!
The text was updated successfully, but these errors were encountered: