this post was submitted on 05 Aug 2025
40 points (100.0% liked)

Programming

22415 readers
66 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Hirom@beehaw.org 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

This is a C++20 feature so most software probably aren't using this yet.

It's good to catch this relatively early. Crossing fingers so that compilers can fix it without breaking compatibility.

[–] bitcrafter@programming.dev 3 points 3 weeks ago (1 children)

It is pretty sad that a feature that was introduced into C++ five years ago would not be widely used yet, but that also would not surprise me.

[–] TehPers@beehaw.org 2 points 3 weeks ago

The same holds true for C++20's modules, which are really cool! Except you can't really use them because compilers don't fully support them yet.