From: vuzlov Date: Fri, 4 Sep 2020 11:34:32 +0000 (+0300) Subject: fix removed functions c++17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3e27c82214a00dcbb8fa8a239911a3b3f5913528;p=modules%2Fgeom.git fix removed functions c++17 --- 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) {}