Skip to content

Commit 4b472db

Browse files
committed
cleanup
1 parent 3827575 commit 4b472db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Matrix_search/include/CGAL/Transform_iterator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ struct Transform_iterator {
3434
typedef std::_Unchecked_iterator_tag _Checked_iterator_category;
3535
typedef std::output_iterator_tag iterator_category;
3636
typedef Transform_iterator< OutputIterator, Operation > self;
37-
// typedef typename Operation::argument_type argument_type;
3837

3938
typedef typename std::iterator_traits<OutputIterator>::difference_type difference_type;
4039
typedef typename std::iterator_traits<OutputIterator>::value_type value_type;

0 commit comments

Comments
 (0)