\require -> \requires

This commit is contained in:
Andreas Fabri 2012-08-21 13:36:14 +00:00
parent 3fb4aa8cc5
commit 791e790fa9
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ handle push_back(const T& x) ;
/*!
insert
the range of values referenced by `[first,beyond)`. \require value type of `Forward_iterator` is `T`.
the range of values referenced by `[first,beyond)`.
\requires value type of `Forward_iterator` is `T`.
*/
template <class Forward_iterator> void
insert(Forward_iterator first, Forward_iterator beyond) ;