mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
0b7e3e2dc9
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