rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.2k stars 443 forks source link

Has this project dead? #363

Open babyaaaaaa opened 1 year ago

babyaaaaaa commented 1 year ago

Has this project dead?

btgoodwin commented 1 year ago

Hard to tell. My team has made use of it by wrapping it with a serialize/de-serialize functions since that's largely what we need it for various integration services like using Socket.IO Client C++.

LLDC Reflection

Obviously we're not patching anything big about RTTR in there, though there is a patch as part of a Meson wrap that helps us build in Windows when necessary. I've been meaning to submit a PR for that specific change, but it does look like no one is really responding anymore here.

charlietsao commented 11 months ago

Perhabs one reason is reflection will be added to CXX in the distant future.

BlackMATov commented 11 months ago

Perhabs one reason is reflection will be added to CXX in the distant future.

yes, static reflection will be added to the standard, but this is a little different from the dynamic one that this library is.