From ce2291a23cef5aba2b58bfce2cc57751f58a1c2c Mon Sep 17 00:00:00 2001 From: yeggor Date: Wed, 14 Sep 2022 04:58:36 +0400 Subject: [PATCH] Fix CMAKE_CXX_STANDARD 17 build on Windows --- common/guiddatabase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/guiddatabase.h b/common/guiddatabase.h index 1ebadca..e4c574a 100644 --- a/common/guiddatabase.h +++ b/common/guiddatabase.h @@ -22,7 +22,7 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include "ffs.h" #include "utility.h" -struct OperatorLessForGuids : public std::binary_function +struct OperatorLessForGuids { bool operator()(const EFI_GUID& lhs, const EFI_GUID& rhs) const {