rmam@programming.dev to C++@programming.devEnglish · 1 year agoC++ Programming - The State of Developer Ecosystem in 2022 Infographicwww.jetbrains.comexternal-linkmessage-square11fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1external-linkC++ Programming - The State of Developer Ecosystem in 2022 Infographicwww.jetbrains.comrmam@programming.dev to C++@programming.devEnglish · 1 year agomessage-square11fedilink
minus-squareaport@programming.devlinkfedilinkEnglisharrow-up1·1 year agoAre C++ modules still a meme, or do they actually exist in a portable way and solve more problems than they create?
minus-squareananas@sopuli.xyzlinkfedilinkEnglisharrow-up1·1 year agoOnly properly supported by MSVC currently. I’d expect them to have more widespread support somewhere around C++26 release time.
minus-squarejormaig@programming.devlinkfedilinkEnglisharrow-up1·1 year agoAs soon as CMake support is released it should start spreading more and more. But so far, I think we’ll still need about 3 more years
Are C++ modules still a meme, or do they actually exist in a portable way and solve more problems than they create?
Only properly supported by MSVC currently. I’d expect them to have more widespread support somewhere around C++26 release time.
As soon as CMake support is released it should start spreading more and more. But so far, I think we’ll still need about 3 more years