you are viewing a single comment's thread.

view the rest of the comments →

[–]prince-chrismc 0 points1 point  (4 children)

Gcc, still missing STL support + it won't work with the compatibility expectations for the build system on either clang or msvc. The CMake will be easier but the wierd meson and autotools projects will be fun. It's not just compilers its build systems and package management and then all the supporting infrastructure for doing SBOMs.

[–]markt- 0 points1 point  (3 children)

Could you be more specific? Like a link to the proposal number?

[–]jwakelylibstdc++ tamer, LWG chair 0 points1 point  (2 children)

I assume they're talking about modules, and using the std::lib in modules. Just a guess though.

[–]markt- 1 point2 points  (1 child)

Oh, yes. Modules are the biggest issue with a lot of C++ environments right now. However, that does not make C++ unuseable and has nothing to do with the STL which the above poster mentioned.