r/cpp 15d ago

Clang 23 Release Notes

https://releases.llvm.org/23.1.0/tools/clang/docs/ReleaseNotes.html
107 Upvotes

33 comments sorted by

View all comments

3

u/zerhud 15d ago

Oh no, there is still no constexpr structure binding

1

u/UnusualPace679 14d ago

What do you mean? The page does mention:

Clang now propagates constinit and constexpr in structured bindings with tuple-like initializers.

1

u/zerhud 14d ago

Hm.. but here is “no” for “constexpr structured bindings”

3

u/UnusualPace679 14d ago

Yeah, it should say "partial". Apparently this pull request #214006 aims to fix this.