Open babyaaaaaa opened 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++.
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.
Perhabs one reason is reflection will be added to CXX in the distant future.
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.
Has this project dead?