From 6f90e60ebc583faca89bdda4ee35937bcbd979b0 Mon Sep 17 00:00:00 2001 From: Iain Russell <40060766+iainrussell@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:10:16 +0000 Subject: [PATCH] Delete recipe/0002-Remove-use-of-deprecated-unary_function.patch --- ...ove-use-of-deprecated-unary_function.patch | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipe/0002-Remove-use-of-deprecated-unary_function.patch diff --git a/recipe/0002-Remove-use-of-deprecated-unary_function.patch b/recipe/0002-Remove-use-of-deprecated-unary_function.patch deleted file mode 100644 index 77f7dad..0000000 --- a/recipe/0002-Remove-use-of-deprecated-unary_function.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9266ab69e9d863f75ebd7ad95f4d32b26794aa9a Mon Sep 17 00:00:00 2001 -From: Iain Russell -Date: Sat, 1 Apr 2023 13:10:32 +0100 -Subject: [PATCH] Remove use of deprecated unary_function - ---- - src/common/Polyline.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/common/Polyline.cc b/src/common/Polyline.cc -index 76a117cf..836697da 100644 ---- a/src/common/Polyline.cc -+++ b/src/common/Polyline.cc -@@ -107,7 +107,7 @@ struct SouthCleaner { - - bool operator()(PaperPoint& point) { return point.y_ < -89; } - }; --struct LonFinder : std::unary_function { -+struct LonFinder { - LonFinder() {} - - bool operator()(PaperPoint& point) const { return (same(point.x_, -180.)); } --- -2.32.0 (Apple Git-132) -