Opened 10 years ago
Closed 10 years ago
#7368 closed Bugs (fixed)
Typo in "conversions_8cpp-example.html"
Reported by: | Owned by: | Artyom Beilis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | locale |
Version: | Boost 1.52.0 | Severity: | Cosmetic |
Keywords: | Cc: | loreiaa@… |
Description
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
Note:
See TracTickets
for help on using tickets.
Fixed in trunk, cs [82149]
The HTML would be updated upon next doxygen run