this post was submitted on 06 Aug 2025
10 points (91.7% liked)
C++
2101 readers
1 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like how much traction reflection is already getting even if it's only available in a single clang fork.
I've been trying to figure out if I can build an actually sane bitfield type with reflection, but so far it seems like I'd need something like metaclasses on top to get what I wanted without it being a syntactic mess. Though I still have some ideas...