From 07aafd78c6c9526b22bb8c47694ec8c762960191 Mon Sep 17 00:00:00 2001 From: bofdahof <172177156+bofdahof@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:47:50 +1000 Subject: [PATCH] Drawing: apply std::ranges --- src/Mod/Drawing/App/FeatureViewSpreadsheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Drawing/App/FeatureViewSpreadsheet.cpp b/src/Mod/Drawing/App/FeatureViewSpreadsheet.cpp index 2aa53f3206..3466383018 100644 --- a/src/Mod/Drawing/App/FeatureViewSpreadsheet.cpp +++ b/src/Mod/Drawing/App/FeatureViewSpreadsheet.cpp @@ -256,7 +256,7 @@ App::DocumentObjectExecReturn* FeatureViewSpreadsheet::execute(void) cell->getAlignment(alignment); } // skip cell if found in skiplist - if (std::find(skiplist.begin(), skiplist.end(), address.toString()) == skiplist.end()) { + if (std::ranges::find(skiplist, address.toString()) == skiplist.end()) { result << "