rttr icon indicating copy to clipboard operation
rttr copied to clipboard

Has this project dead?

Open babyaaaaaa opened this issue 1 year ago • 3 comments

Has this project dead?

babyaaaaaa avatar Aug 23 '23 12:08 babyaaaaaa

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.

btgoodwin avatar Aug 25 '23 18:08 btgoodwin

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

charlietsao avatar Dec 06 '23 09:12 charlietsao

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.

BlackMATov avatar Dec 20 '23 05:12 BlackMATov