documentation update.

added remarks about the exception safety


[SVN r23558]
This commit is contained in:
Pavol Droba
2004-07-14 21:28:31 +00:00
parent caad29f22a
commit 8cf6df3ad6
10 changed files with 320 additions and 68 deletions

View File

@ -40,6 +40,10 @@ namespace boost {
\return
An output iterator pointing just after last inserted character or
a copy of the input
\note If the input paramters satisfy the second assumption
about exception safety, second variant of this function provides strong
exception guarantie.
*/
template<typename OutputIteratorT, typename CollectionT>
inline OutputIteratorT
@ -111,6 +115,10 @@ namespace boost {
\return
An output iterator pointing just after last inserted character or
a copy of the input
\note If the input paramters satisfy the second assumption
about exception safety, second variant of this function provides strong
exception guarantie.
*/
template<typename OutputIteratorT, typename CollectionT>
inline OutputIteratorT