mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Fix CMAKE_CXX_STANDARD 17 build on Windows
This commit is contained in:
parent
b457ed99cd
commit
ce2291a23c
@ -22,7 +22,7 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include "ffs.h"
|
#include "ffs.h"
|
||||||
#include "utility.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
|
bool operator()(const EFI_GUID& lhs, const EFI_GUID& rhs) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user