overlord624

Results 2 comments of overlord624

You are correct, this is indeed a compiler issue. It seems that specifying both '-x c++-header' and '-fmodules-ts' causes gcc to create a compiled header unit as outlined here: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Modules.html#C_002b_002b-Modules...

Posted on GCC bugtracker as bug number 101126.