Mark de Wever

Results 2 issues of Mark de Wever

Tested with Clang version 17.0.0 (++20230624042319+ee2bf319bc05-1\~exp1\~20230624042420.1017) The issue looks similar to #62943 but that fix is this version of Clang. Testing this code with libc++'s `std` module ```cpp import std;...

libc++

This allows the user to force modules to be used. Since the std module is enable it's not needed to include the Standard library headers. Clang 17 does not work...