mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix CMAKE_CXX_STANDARD 17 build on Windows
This commit is contained in:
parent
b457ed99cd
commit
ce2291a23c
1 changed files with 1 additions and 1 deletions
|
@ -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<EFI_GUID, EFI_GUID, bool>
|
||||
struct OperatorLessForGuids
|
||||
{
|
||||
bool operator()(const EFI_GUID& lhs, const EFI_GUID& rhs) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue