Re: [bikeshed] include path search for main file

2019-07-08 Thread Nathan Sidwell
On 7/8/19 7:58 AM, Richard Biener wrote: On Mon, Jul 8, 2019 at 1:46 PM Nathan Sidwell wrote: One of the facilities C++ modules provides is turning header files into header units. Thus you can say: import ; (there are some constraints on being able to do that) This involves compiling the

Re: [bikeshed] include path search for main file

2019-07-08 Thread Richard Biener
On Mon, Jul 8, 2019 at 1:46 PM Nathan Sidwell wrote: > > One of the facilities C++ modules provides is turning header files into > header units. Thus you can say: >import ; > (there are some constraints on being able to do that) > > This involves compiling the header file, similar to PCH. Ho

[bikeshed] include path search for main file

2019-07-08 Thread Nathan Sidwell
One of the facilities C++ modules provides is turning header files into header units. Thus you can say: import ; (there are some constraints on being able to do that) This involves compiling the header file, similar to PCH. However, needing to provide the full path to the header file on the