...that's definitely one of the more cursed things I've ever seen in C++. Apparently the __PRETTY_FUNCTION__ macro is expanded *after* template instantiation.https://discuss.systems/@tobinbaker/111389666037676146
@glaebhoerl yup, highly magical
btw here's a more principled and portable approach to compile-time type info: https://github.com/Manu343726/ctti
a Schelling point for those who seek one
@glaebhoerl yup, highly magical
btw here's a more principled and portable approach to compile-time type info: https://github.com/Manu343726/ctti