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
class std::reference_wrapper<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >
Desired output:
class std::reference_wrapper< std::string >
Every type with which has the original type name included should be replaced with the custom registered name. That are normally templates, but function ptrs should also be honored...
printing the name of following type:
Results in following output with MSVC 2015:
Desired output:
Every type with which has the original type name included should be replaced with the custom registered name. That are normally templates, but function ptrs should also be honored...
Coding starting point:
The text was updated successfully, but these errors were encountered: