mirror of https://github.com/CGAL/cgal
\require -> \requires
This commit is contained in:
parent
3fb4aa8cc5
commit
791e790fa9
|
|
@ -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) ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue