[Boost-bugs] [Boost C++ Libraries] #7368: Typo in "conversions_8cpp-example.html"

Subject: [Boost-bugs] [Boost C++ Libraries] #7368: Typo in "conversions_8cpp-example.html"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-12 08:41:07


#7368: Typo in "conversions_8cpp-example.html"
-------------------------------+--------------------------------------------
 Reporter: loreiaa@… | Owner: artyom
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: locale
  Version: Boost 1.52.0 | Severity: Cosmetic
 Keywords: |
-------------------------------+--------------------------------------------
 Conversion example on
 http://www.boost.org/doc/libs/1_49_0/libs/locale/doc/html
 /conversions_8cpp-example.html has a small error in last '''cout'''
 sequence:

 cout<<"Such type of conversion just '''can''' be done using std::toupper
 that work on character base, also std::toupper is "<<endl;

 should be:

 cout<<"Such type of conversion just '''can't''' be done using std::toupper
 that work on character base, also std::toupper is "<<endl;

 BR
 Loreia

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7368>
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:50:10 UTC