c++ Programming Glossary: replace_all
Undefined reference to function template when used with string (GCC) http://stackoverflow.com/questions/614233/undefined-reference-to-function-template-when-used-with-string-gcc used with string GCC I need to write a templated function replace_all in C which will take a string wstring glibmm ustring etc. and.. all occurrences of search in subject with replace . replace_all.cc template class T T replace_all T const search T const replace.. subject with replace . replace_all.cc template class T T replace_all T const search T const replace T const subject T result typename..
|