On Sat, 11 Jul 2020, 10011000010 via Gcc-help wrote:
I wanted to try out modules from c++20 but it was not supported so i
checked out latest gcc version which was 10.1 but it had implemented
only some of the c++20 features but nothing was mentioned about modules
so i just wanted to know if it will be implemented in next version of
gcc 10.x or is it planned for gcc 11?
Did you check the website?
https://gcc.gnu.org/projects/cxx-status.html
links to
https://gcc.gnu.org/wiki/cxx-modules
This isn't some small feature one can implement in a day or two, merging
will happen when it is ready, and it is hard to predict precisely when
that will happen.
--
Marc Glisse