mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
parent
fd9551bb79
commit
5f8a411538
@ -70,6 +70,7 @@ static void mangle_template_param(std::string &work_string, const std::string &
|
||||
std::replace( work_string.begin(), work_string.end(), '*', '_') ;
|
||||
std::replace( work_string.begin(), work_string.end(), '[', '_') ;
|
||||
std::replace( work_string.begin(), work_string.end(), ']', '_') ;
|
||||
std::replace( work_string.begin(), work_string.end(), ':', '_') ;
|
||||
work_string.erase(std::remove_if(work_string.begin(), work_string.end(),
|
||||
(int(*)(int))std::isspace), work_string.end()) ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user