mirror of https://github.com/CGAL/cgal
That cast operator is useless
Intel Compiler even warns about that: .../include/CGAL/Iterator_range.h(51): warning #597: ""CGAL::Iterator_range<I>::operator [...]" will not be called for implicit or explicit conversions operator Base() const ^
This commit is contained in:
parent
471396d821
commit
040916239f
|
|
@ -48,11 +48,6 @@ namespace CGAL {
|
|||
: Base(ip)
|
||||
{}
|
||||
|
||||
operator Base() const
|
||||
{
|
||||
return std::make_pair(begin(),end());
|
||||
}
|
||||
|
||||
I begin() const
|
||||
{
|
||||
return this->first;
|
||||
|
|
|
|||
Loading…
Reference in New Issue