Formatting comment by Andreas.

This commit is contained in:
Sylvain Pion 2009-10-21 17:30:46 +00:00
parent b77b27a8ad
commit 2e17242ca3
1 changed files with 2 additions and 2 deletions

View File

@ -136,9 +136,9 @@ filtered by \ccc{Filtered_predicate}, know about it.
It can also be used in other contexts as well, as it is a general tool. It can also be used in other contexts as well, as it is a general tool.
\section{Default types in template arguments lists} \section{Default Arguments in Template Parameter Lists}
In \CC, it is possible to specify defaults at the end of a template argument In \CC, it is possible to specify defaults at the end of a template parameter
list. Specifying that one wishes to use the default is simply done by omitting list. Specifying that one wishes to use the default is simply done by omitting
it. This is however possible only at the end of the list. \ccc{CGAL::Default} it. This is however possible only at the end of the list. \ccc{CGAL::Default}
provides a simple mechanism that performs something equivalent anywhere in the provides a simple mechanism that performs something equivalent anywhere in the