Issue 139837
Summary Can't find C++ standard library
Labels new issue
Assignees
Reporter BhJaipal
    ## everytime I try to compile C++ with clang, I get this

```bash
$ clang++-18 alloc.cpp
alloc.cpp:1:10: fatal error: 'iostream' file not found
    1 | #include <iostream>
      | ^~~~~~~~~~
1 error generated.
```
**why can't it open C++ headers itself?**
I have to give header path myself
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to