[mapguide-commits] r10070 - sandbox/adsk/trunk/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Nov 21 20:35:23 PST 2023


Author: christinebao
Date: 2023-11-21 20:35:21 -0800 (Tue, 21 Nov 2023)
New Revision: 10070

Modified:
   sandbox/adsk/trunk/Common/Stylization/SE_ExpressionBase.h
Log:
remove deprecated class std::binary_function

Modified: sandbox/adsk/trunk/Common/Stylization/SE_ExpressionBase.h
===================================================================
--- sandbox/adsk/trunk/Common/Stylization/SE_ExpressionBase.h	2023-11-10 20:45:50 UTC (rev 10069)
+++ sandbox/adsk/trunk/Common/Stylization/SE_ExpressionBase.h	2023-11-22 04:35:21 UTC (rev 10070)
@@ -335,7 +335,7 @@
 //////////////////////////////////////////////////////////////////////////////
 typedef std::pair<const wchar_t*, const wchar_t*> ParamId;
 
-struct ParamCmpLess : std::binary_function<ParamId&, ParamId&, bool>
+struct ParamCmpLess
 {
 public:
     bool operator() (const ParamId& a, const ParamId& b) const
@@ -349,7 +349,7 @@
 };
 
 
-struct StrCmpLess : std::binary_function<const wchar_t*, const wchar_t*, bool>
+struct StrCmpLess
 {
 public:
     bool operator() (const wchar_t* a, const wchar_t* b) const



More information about the mapguide-commits mailing list