From 3e27c82214a00dcbb8fa8a239911a3b3f5913528 Mon Sep 17 00:00:00 2001 From: vuzlov Date: Fri, 4 Sep 2020 14:34:32 +0300 Subject: [PATCH] fix removed functions c++17 --- src/GEOMUtils/GEOMUtils.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMUtils/GEOMUtils.hxx b/src/GEOMUtils/GEOMUtils.hxx index b6c5752e3..97af5559e 100644 --- a/src/GEOMUtils/GEOMUtils.hxx +++ b/src/GEOMUtils/GEOMUtils.hxx @@ -116,7 +116,7 @@ namespace GEOMUtils * \brief Sort shapes in the list by their coordinates. * \param SL The list of shapes to sort. */ - struct CompareShapes : public std::binary_function + struct CompareShapes //: public std::binary_function { CompareShapes (bool isOldSorting) : myIsOldSorting(isOldSorting) {} -- 2.39.2