did that :

It appears that when you fixed the problem with Circulator_stl.tex related
to the the <I> template argument for Circulator_from_iterator:

%\begin{ccClassTemplate}{Circulator_from_iterator<I>}
\begin{ccRefClass}{Circulator_from_iterator<I>}

you forgot to change the \end{ccClassTemplate} to \end{ccRefClass}
This commit is contained in:
Mariette Yvinec 1999-10-07 14:31:31 +00:00
parent 484e1a591d
commit b057c9c690
4 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,13 @@
Circulator Package: Release changes:
---------------------------------------------------------------------
3.4 (02 Sep 1999)
3.6 (24 septembre 99)
add the doc file Circulator_stl.tex in submission
3.5 (06 septembre 99)
fixed #endif _MSC_VER
to #endif // _MSC_VER
3.4 (02 Sep 1999)
Unnecessary typenames removed from iterator_test.any. Mariette
Yvinec (INRIA) takes over the maintenance of this package with
this release.

View File

@ -422,7 +422,8 @@ begin pointer {\tt b} and a past-the-end pointer {\tt e} the adaptor
\ccStyle{Circulator_from_iterator< T*> c( b,e)} is a random circulator
\ccStyle{c} over this array.
\end{ccClassTemplate}
%\end{ccClassTemplate}
\end{ccRefClass}
% +-----------------------------------------------------+
\newpage

View File

@ -422,7 +422,8 @@ begin pointer {\tt b} and a past-the-end pointer {\tt e} the adaptor
\ccStyle{Circulator_from_iterator< T*> c( b,e)} is a random circulator
\ccStyle{c} over this array.
\end{ccClassTemplate}
%\end{ccClassTemplate}
\end{ccRefClass}
% +-----------------------------------------------------+
\newpage

View File

@ -1 +1 @@
3.4 (02 Sep 1999)
3.6 (24 Sep 1999)