Skip to content

Commit

Permalink
Removed deprecated conversion of Bounds<F> to F.
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercollins committed Jun 25, 2024
1 parent 54eec70 commit acc9ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/numeric/float_bounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ template<class F> class Bounds
//! Add \a e to upper bound, and subtract \a e from lower bound.
Bounds<F> pm(Error<F> const& e) const;

// DEPRECATED
explicit operator RawType () const { return value_raw(); }
friend Approximation<F> round(Approximation<F> const& x);
friend F midpoint(Bounds<F> const& x);
public:
Expand Down

0 comments on commit acc9ab1

Please sign in to comment.