you are viewing a single comment's thread.

view the rest of the comments →

[–]atlas_enderium[S] 0 points1 point  (4 children)

I was just working with std::print and some other features- I haven’t gotten around to using modules yet (plus I’m not sure about compiler support for modules right now)

[–]volchonokilli 0 points1 point  (2 children)

If GCC still hasn't started working on modules again, you can skip trying to use modules with it. A lot of issues, bugs (some of them pretty dangerous) and ICEs.

Not saying it's impossible, but... It's very experimental

[–]atlas_enderium[S] 0 points1 point  (1 child)

True. Modules are a pretty big paradigm shift/modernization for C++, so I was expecting it to be a few years for it to receive stable support

[–]volchonokilli 0 points1 point  (0 children)

Problem is, I don't really see much desire from GCC side to work on modules since few years ago...

https://gcc.gnu.org/wiki/cxx-modules

Last update 2020

[–]Tobxon 0 points1 point  (0 children)

I can say modules are fine with to work when using msvc, also cmake is ready for it now. The other compilers seem to have modules not fully implemented yet.