fix removed functions c++17

This commit is contained in:
vuzlov 2020-09-04 14:34:32 +03:00
parent a25d8addda
commit 3e27c82214

View 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) {}