Open
Description
Consider std::vector<std::string>
used as return type somewhere. Is there a way to somehow use that return type and walk instantiation of class std::vector<std::string>
so that methods of std::vector
have std::string
type inserted where appropriate? Or do i have to resolve these template types manually somehow?
P.S. I hope i am not getting annoying with spamming issue tracker with random questions. If there is a better place to ask these things please let me know.
P.P.S. Thank you for the help with other issues, i greatly appreciate swift response. Just never posted "thanks" messages to save you some spam in the mailbox :)