You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Clang, GCC and MSVC, we can generate the typename using compiler
macros and some string manipulation. Where this is possible, we will use
this instead of RTTI. Where it is not, we will fall back to RTTI and/or
index-based default typename string generation.
Special thanks to Corentin Schreiber ([email protected]) for
the inspiration here.
0 commit comments