diff --git a/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter.h b/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter.h index 09512a73342..cd432c7da9c 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter.h +++ b/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter.h @@ -150,7 +150,7 @@ inline ostream& operator<<(ostream& os, const CGAL_Filtered_exact& d) { return os << d.value; } template -inline istream &operator>>(istream &is, const CGAL_Filtered_exact& d) +inline istream &operator>>(istream &is, CGAL_Filtered_exact& d) { return is >> d.value; }