Mohammad Sami
Mohammad Sami
Hi! I have template class like `template class Ref { ''' }` is it possible to include argument type in type registration? like: `RTTR_REGISTRATION { rttr::registration::class_("Foo") ... }`
Hi! I am using the project in my game engine. The scopes of my main loop and job system manager are completely different so I can't put any function in...
Hi! Is there any chance of upgrading to C++ 20? The highest version of C++ that I use this library with is 14, and when switching to a higher version,...