Hacker News new | ask | show | jobs
by dagmx 1267 days ago
I think you’re talking about a different issue here.

The person you replied to previously was talking about how certain new C++ features don’t work together. For example move with a lambda can cause UB.

You’re talking about changes to the language or if you have a conflict of definition.

1 comments

All of that are changes/features regardless of which form they take.
No.

They’re talking about feature incompatibility within a single version.

You’re talking about feature differences between different versions.

Completely different things.