https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120764
Bug ID: 120764
Summary: redefinition errors when using certain std headers in
GMF
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049
--- Comment #6 from furyusss at yahoo dot fr ---
Awesome, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049
--- Comment #1 from furyusss at yahoo dot fr ---
Adding the content of the attached files here so it is easier to read:
```
module1.cpp
module;
#include
export module module1;
module2.cpp
module;
#include
export mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049
Bug ID: 118049
Summary: conflicting global module declaration
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++