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 {