4 lines
282 B
Plaintext
4 lines
282 B
Plaintext
|
#!/bin/sh
|
||
|
#sed -e 's/<strstream>/<sstream>/g;' -e 's/istrstream/istringstream/g;' -e 's/ostrstream/ostringstream/g;' -e 's/\.str()/.str().c_str()/g;' | ./patchdoth
|
||
|
./patchdoth | sed -e 's/<strstream>/<sstream>/g;' -e 's/strstream /stringstream /g;' -e 's/\.str()/.str().c_str()/g;'
|