[Boost-bugs] [Boost C++ Libraries] #2509: case conversion (to_upper) fails in Codegear C++Builder 5.9.3

Subject: [Boost-bugs] [Boost C++ Libraries] #2509: case conversion (to_upper) fails in Codegear C++Builder 5.9.3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-11-18 17:58:25


#2509: case conversion (to_upper) fails in Codegear C++Builder 5.9.3
---------------------------------------------------+------------------------
 Reporter: peter.myerscough-jackopson_at_[hidden] | Owner: pavol_droba
     Type: Patches | Status: new
Milestone: Boost 1.38.0 | Component: string_algo
  Version: Boost 1.37.0 | Severity: Problem
 Keywords: |
---------------------------------------------------+------------------------
 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),

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2509>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC