C++ Logo

sg15

Advanced search

Re: [SG15] module source suffixes

From: Ben Boeckel <ben.boeckel_at_[hidden]>
Date: Tue, 27 Aug 2019 10:04:49 -0400
On Tue, Aug 27, 2019 at 03:49:16 +0000, Olga Arkhipova via SG15 wrote:
> You still will be able to do it, but at least in MSVC case you'll have
> to explicitly tell the compiler (by setting /module:interface switch)
> that this cpp file is actually a module.

Is this a mutually exclusive thing? Would saying `/module:interface` for
a C++ TU without `export module foo;` be a problem?

--Ben

Received on 2019-08-27 09:06:58