mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
When we parse header files and find std::basic_string we change that to std::string. Added a check for std::__cxx11::basic_string to do the same. We also carry a list of STL names, added std::__cxx11::[template_name] to the list of possilbe STL names we are searching for. refs #214