]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
fix removed functions c++17
authorvuzlov <vuzlov@opencascade.com>
Fri, 4 Sep 2020 11:34:32 +0000 (14:34 +0300)
committervuzlov <vuzlov@opencascade.com>
Fri, 4 Sep 2020 11:34:32 +0000 (14:34 +0300)
src/GEOMUtils/GEOMUtils.hxx

index b6c5752e3a20648f78d363d6969678859243cde9..97af5559ec58bf29c86312eef565d35e3c432877 100644 (file)
@@ -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<TopoDS_Shape, TopoDS_Shape, bool>
+  struct CompareShapes //: public std::binary_function<TopoDS_Shape, TopoDS_Shape, bool>
   {
     CompareShapes (bool isOldSorting)
       : myIsOldSorting(isOldSorting) {}