We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3827575 commit 4b472dbCopy full SHA for 4b472db
Matrix_search/include/CGAL/Transform_iterator.h
@@ -34,7 +34,6 @@ struct Transform_iterator {
34
typedef std::_Unchecked_iterator_tag _Checked_iterator_category;
35
typedef std::output_iterator_tag iterator_category;
36
typedef Transform_iterator< OutputIterator, Operation > self;
37
-// typedef typename Operation::argument_type argument_type;
38
39
typedef typename std::iterator_traits<OutputIterator>::difference_type difference_type;
40
typedef typename std::iterator_traits<OutputIterator>::value_type value_type;
0 commit comments