Why does GCC not fully support C++20 modules?

Viewed 46

Looking at the GCC C++ language features support status page, I see that two aspects of the C++20 module support are still missing, and one is partially supported:

  1. P1766R1: Mitigating minor modules maladies
  2. P1815R2: Translation-unit-local entities
  3. P1103R3: Merging Modules

Why is this the case, considering we're already in 2022? Is there a disagreement regarding implementing these? Is it just a matter of lack of developer time?

0 Answers
Related