dataflow_replace_function-snippet.h 112 Bytes
Newer Older
1 2 3 4
void ReplaceFunction(std::string const & istr, std::string & ostr) {
  ostr = istr;
  repl(ostr, what, with);
}