fix minor typos in C++Programming-HOWTO.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 22:08:40 +11:00
parent d26cd3e021
commit a3f2db6736
1 changed files with 1 additions and 1 deletions

View File

@ -2631,7 +2631,7 @@ set<string, less<string> > s4;
</code>
(Note that the space between the two final >'s in the template is required - otherwise the compiler will interpret >> as the right shift operator.) In each of these cases the function
object makes use of the operator &lt as defined for the the underlying type (that is
object makes use of the operator &lt as defined for the underlying type (that is
<it>int, double, char</it> and <it>string</it>).
The following code declares a set of integers, then adds some integers to