Fix funny copy paste bug

This commit is contained in:
Andreas Fabri 2012-08-17 12:29:50 +00:00
parent 18ec7539f7
commit 389dc5f861
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Constructor that inserts the iterator range `[first, last)` in the interval skip
\pre The `value_type` of `first` and `last` is `Interval`. \pre The `value_type` of `first` and `last` is `Interval`.
*/ */
template < class InputIterator > template < class InputIterator >
Alpha_shape_2( Interval_skip_list(
InputIterator first, InputIterator first,
InputIterator last); InputIterator last);