id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5714,replace_all does not allow to replace single chars,anonymous,Pavol Droba,"Following code does not compile: {{{ #include #include using namespace std; using namespace boost; using namespace boost::algorithm; int main() { string str = ""abc""; replace_all(str, 'a', 'A'); } }}} {{{ /usr/include/boost/algorithm/string/replace.hpp: In function 'void boost::algori thm::replace_all(SequenceT&, const Range1T&, const Range2T&) [with SequenceT = s td::string, Range1T = char, Range2T = char]': x.cc:11: instantiated from here /usr/include/boost/algorithm/string/replace.hpp:654: error: no matching function for call to 'first_finder(const char&)' /usr/include/boost/algorithm/string/replace.hpp:654: error: no matching function for call to 'const_formatter(const char&)' }}}",Bugs,closed,To Be Determined,string_algo,Boost 1.47.0,Problem,invalid,,