We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12b4c64 + 3a03540 commit 97497b6Copy full SHA for 97497b6
1 file changed
STL_Extension/include/CGAL/iterator.h
@@ -589,7 +589,7 @@ struct Filter_iterator {
589
++c_;
590
}
591
592
- // for non-const -> const convertion for example
+ // for non-const -> const conversion for example
593
template <class Iterator2>
594
Filter_iterator(const Filter_iterator<Iterator2, Predicate>& fi,
595
std::enable_if_t<std::is_convertible_v<Iterator2, Iterator>>* = nullptr)
0 commit comments