Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

1 reply

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...

1

You reached the end

C++26 reflection at compile-time | Spyke