‑‑use_full_std_template_names
In this section:
Syntax
‑‑use_full_std_template_names
Description
In the demangled names of C++ entities, the linker by default uses shorter names for some classes. For example, "std::string" instead of "std::basic_string<char>, std::char_traits<char>,std::allocator<char>>". Use this option to make the linker instead use the full, unabbreviated names.
Caution
This option is not available in the IDE.