typo and italic for example

This commit is contained in:
Sébastien Loriot 2011-01-04 12:44:40 +00:00
parent b8dea1044f
commit cf95631f01
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ bidirectional or random-access. The category can be queried using
the concepts \ccc{Range} and \ccc{ConstRange} do not require anything on
the category or the value type of the iterator. It must be precised in the
documentation of any model of these concepts. For example, in the case of a vector of points, one would say:
This type is a model of \ccc{Range} concept, its iterator type is random-access
and its value type is \ccc{Point}.
\textit{This type is a model of \ccc{Range} concept, its iterator type is random-access
and its value type is \ccc{Point}}.
Boost also offers the
\ccAnchor{http://www.boost.org/libs/range/}{Boost.Range library}
@ -64,6 +64,6 @@ Boost's Range concept
\def\ccTagRmTrailingConst{\ccTrue}
\ccHasModels
STL containers\\
STL containers
\end{ccRefConcept}