[llvm-dev] Can't include standard headers in C++ Modules (clang++ v12)

J Smith via llvm-dev llvm-dev at lists.llvm.org
Fri Dec 4 19:47:59 PST 2020


Hi All, 

I'm trying to include standard headers like <iostream> in a C++ module.
The C++ Clang v12 compiler can't see these headers, but they are found
in the old style translation units. Can someone explain how to include
the standard headers in C++20 module translation units. 

Thanks in advance. 

--James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201204/87174848/attachment.html>


More information about the llvm-dev mailing list