Skip to content

remove accidental c++11 dependency

Max Knobbe requested to merge fix_release_implicit_c++11 into rel-2-2-15

Description

Removing the accidental c++11 dependency. By using the explicit double min/max values. This is exactly the same behaviour as before, c.f. https://en.cppreference.com/w/cpp/types/numeric_limits/lowest

Additional Checklist Items

  • I have updated documentation as needed: not needed
  • I considered if this should be cherry-picked/ported somewhere else (rel-2-x or master), and if yes, opened a corresponding issue or MR: not needed

Merge request reports