Bug#1081132: Small correction...

2024-09-08 Thread Frank B. Brokken
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

Bug#1081132: g++-14: Modules compiled with --std=c++23 can't be used with --std=c++26 and v.v.

2024-09-08 Thread Frank B. Brokken
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