Closed mzygQAQ closed 3 years ago
typeid(instance).name() already returns the undecorated name since Microsoft Visio Studio 2019, and further demangling is not required. ` struct Dummy {};
int main() { std::cout << typeid(Dummy).name() << std::endl; }
` output: struct Dummy
typeid(instance).name() already returns the undecorated name since Microsoft Visio Studio 2019, and further demangling is not required. ` struct Dummy {};
int main() { std::cout << typeid(Dummy).name() << std::endl; }
` output: struct Dummy