id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2509,case conversion (to_upper) fails in Codegear C++Builder 5.9.3,peter.myerscough-jackopson@…,Pavol Droba,"I have begun to use boost's to_upper function and in the case_conv.hpp header in the boost/algorithm/string directory the ''as_literal'' function cannot be found by the c++builder compiler. If the function is preceeded by its fully qualified namespace then it compiles. I hope this fix does not alter the intention of the code and so can be applied readily. Patch : {{{ 62c62 < as_literal(Input), --- > ::boost::as_literal(Input), 96c96 < as_literal(Input), --- > ::boost::as_literal(Input), 127c127 < as_literal(Input), --- > ::boost::as_literal(Input), 161c161 < as_literal(Input), --- > ::boost::as_literal(Input), }}}",Patches,closed,Boost 1.44.0,string_algo,Boost 1.37.0,Problem,fixed,,