Dear Frank B. Brokken, you wrote:
> The following source file (e.g., interface.cc) defines the module:
>
> module Module;
> export int value;
This must be:
export module Module;
export int value;
--
Frank B. Brokken
(+31) 6 5353 2509
PGP Key Fingerprint: DF32 1
Package: g++-14
Version: 14.2.0-3
Severity: normal
Dear Maintainer,
* What led up to the situation?
When trying to import a module in a C++ source file when --std=c++23 was
specified when the module was compiled and --std=c++26 is specified when the
source file is compiled the compiler shows
2 matches
Mail list logo