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
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
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