| Issue |
109586
|
| Summary |
[Clang-Cl][Modules][VS2022]
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
MohammedAhmed381
|
using clang-cl 19.1.0 and visual studio 2022 latest version
With this properties
Build Iso c++23 standered library module set to yes
Scan sources fo buildup dependences set to yes
and cpp preview features
```
import std;
int main()
{
return 0;
}
```
and compile error was
```
1>FileName.cpp(1,8): fatal error : module 'std' not found
```
in the meanwhile msvc compilles successfully
and the same thing happens if I make cppm file
then try to import the new module in cppm
is it a bug or am I missing something
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs