Boost C++ Libraries: Ticket #2509: case conversion (to_upper) fails in Codegear C++Builder 5.9.3 https://svn.boost.org/trac10/ticket/2509 <p> I have begun to use boost's to_upper function and in the case_conv.hpp header in the boost/algorithm/string directory the <em>as_literal</em> function cannot be found by the c++builder compiler. </p> <p> 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. </p> <p> Patch : </p> <pre class="wiki">62c62 &lt; as_literal(Input), --- &gt; ::boost::as_literal(Input), 96c96 &lt; as_literal(Input), --- &gt; ::boost::as_literal(Input), 127c127 &lt; as_literal(Input), --- &gt; ::boost::as_literal(Input), 161c161 &lt; as_literal(Input), --- &gt; ::boost::as_literal(Input), </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2509 Trac 1.4.3 Pavol Droba Thu, 20 Nov 2008 22:22:53 GMT status changed https://svn.boost.org/trac10/ticket/2509#comment:1 https://svn.boost.org/trac10/ticket/2509#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> I'll try to fix it before 1.38. </p> Ticket anonymous Wed, 18 Mar 2009 09:57:38 GMT milestone changed https://svn.boost.org/trac10/ticket/2509#comment:2 https://svn.boost.org/trac10/ticket/2509#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.38.0</span> → <span class="trac-field-new">Boost 1.39.0</span> </li> </ul> Ticket Marshall Clow Sat, 27 Nov 2010 18:32:35 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2509#comment:3 https://svn.boost.org/trac10/ticket/2509#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.39.0</span> → <span class="trac-field-new">Boost 1.44.0</span> </li> </ul> <p> This was fixed in the release branch as of <a class="changeset" href="https://svn.boost.org/trac10/changeset/56176" title="Merged changes from trunk ">[56176]</a> in September 2009, and has been part of the release since at least 1.44.0 - probably since 1.41.0 </p> <p> Closing. </p> Ticket